Skip to content

Commit

Permalink
Stop caring about Ruby 2.0.0 and Rubinius.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mvidner committed Apr 12, 2017
1 parent 742e041 commit bab904d
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
sudo: false
language: ruby
rvm:
- "2.3.1"
- "2.2.5"
- "2.4.1"
- "2.3.4"
- "2.2.7"
- "2.1.10"
- "2.0.0"
- jruby-9.0.5.0
- jruby-9.1.5.0
- ruby-head
- rbx
matrix:
allow_failures:
- rvm: jruby-9.0.5.0
- rvm: jruby-9.1.5.0
- rvm: ruby-head
- rvm: rbx
env:
global:
- TESTOPTS=-v
Expand Down

0 comments on commit bab904d

Please sign in to comment.