Skip to content

Commit bab904d

Browse files
committed
Stop caring about Ruby 2.0.0 and Rubinius.
Even 2.1.0 has fallen out of support: https://www.ruby-lang.org/en/news/2017/04/01/support-of-ruby-2-1-has-ended/ I don't care about Rubinius and it has been failing on Travis anyway Updated the micro versions of others
1 parent 742e041 commit bab904d

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.travis.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
sudo: false
22
language: ruby
33
rvm:
4-
- "2.3.1"
5-
- "2.2.5"
4+
- "2.4.1"
5+
- "2.3.4"
6+
- "2.2.7"
67
- "2.1.10"
7-
- "2.0.0"
8-
- jruby-9.0.5.0
8+
- jruby-9.1.5.0
99
- ruby-head
10-
- rbx
1110
matrix:
1211
allow_failures:
13-
- rvm: jruby-9.0.5.0
12+
- rvm: jruby-9.1.5.0
1413
- rvm: ruby-head
15-
- rvm: rbx
1614
env:
1715
global:
1816
- TESTOPTS=-v

0 commit comments

Comments
 (0)