mirror of
https://github.com/ms-ati/docile
synced 2023-03-27 23:21:52 -04:00
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:
parent
26f05c848e
commit
2ebd1d76bd
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue