Test more Rubinius versions, but allow to fail

Travis appears to not be able to even install rbx-2 right now. Just want to keep an eye
on the situation and eventually get tests passing again, once Travis gets sorted out.
This commit is contained in:
Marc Siegel 2016-12-27 13:42:23 -06:00 committed by GitHub
parent 26f05c848e
commit 2ebd1d76bd
1 changed files with 5 additions and 0 deletions

View File

@ -18,9 +18,14 @@ rvm:
- jruby-19mode
- jruby-18mode
- rbx-2
- rbx
- rbx-head
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
- rvm: jruby-18mode # until we figure out failure in `bundle exec`, which is not our problem
- rvm: rbx-2 # until Travis fixes Rubinius again
- rvm: rbx
- rvm: rbx-head
fast_finish: true