Update JRuby to 9.0.5.0; Drop the double digit test.
We've tested enough of the double digit stuff, it's only slowing down our specs and we've got an idea about what's going on with it.
This commit is contained in:
parent
519c3eb51f
commit
8144e7620f
|
@ -9,8 +9,7 @@ rvm:
|
|||
- &ruby1 2.3.0
|
||||
- &ruby2 2.2.4
|
||||
- &ruby3 2.1.8
|
||||
- &ruby4 2.1.10
|
||||
- &jruby jruby-9.0.4.0
|
||||
- &jruby jruby-9.0.5.0
|
||||
- &rhead ruby-head
|
||||
|
||||
matrix:
|
||||
|
@ -18,7 +17,6 @@ matrix:
|
|||
allow_failures:
|
||||
- rvm: *jruby
|
||||
- rvm: *rhead
|
||||
- rvm: *ruby4
|
||||
env:
|
||||
matrix:
|
||||
- TEST_SUITE=test
|
||||
|
|
Loading…
Reference in New Issue