summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Goldstein <peter.m.goldstein@gmail.com>2022-03-02 12:04:00 -0800
committerAbinoam P. Marques Jr <abinoam@gmail.com>2022-12-29 23:30:58 -0300
commit31fa4202a08e84adbaf1568da952af834ba37089 (patch)
tree3bf8a7b9a3125fc0a5fc86486a9aee997f4b7cac
parent5c868cf5b8df8ffe4cc4665dd97c74e4e5c5bcdc (diff)
downloadhighline-31fa4202a08e84adbaf1568da952af834ba37089.tar.gz
Remove .travis.yml
-rw-r--r--.travis.yml43
1 files changed, 0 insertions, 43 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index f77f091..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,43 +0,0 @@
----
-language: ruby
-dist: trusty
-cache: bundler
-script: "bundle exec rake test"
-rvm:
- - 2.0
- - 2.1
- - 2.2
- - 2.3
- - 2.4
- - jruby-19mode # JRuby in 1.9 mode
- - jruby-head
-
-notifications:
- email: false
-matrix:
- allow_failures:
- - rvm: 1.9
- - rvm: ruby-head
- - rvm: rbx-3.81
- - rvm: jruby-19mode # JRuby in 1.9 mode
- - rvm: jruby-head
- fast_finish: true
- include:
- - rvm: 1.9
- before_install:
- - "gem update --system -N"
- - "gem update bundler -N"
- - rvm: 2.5
- before_install:
- - gem install bundler
- - rvm: 2.6
- before_install:
- - gem install bundler
- - rvm: ruby-head
- before_install:
- - gem install bundler
- - rvm: rbx-3.81
- before_install:
- - gem install bundler
-
-bundler_args: --without code_quality