Sick of jruby breaking travis
This commit is contained in:
parent
10d0df2622
commit
4ea2f6f7ed
|
@ -7,4 +7,9 @@ rvm:
|
||||||
|
|
||||||
script: "bundle exec rake test"
|
script: "bundle exec rake test"
|
||||||
|
|
||||||
env: TEST=true
|
env: TEST=true
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
- rvm: jruby-18mode
|
||||||
|
- rvm: jruby-19mode
|
Loading…
Reference in a new issue