Skip to content

Commit

Permalink
Allow failures for rubies
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Günnewig committed Nov 27, 2015
1 parent b69f424 commit 96f1450
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -24,8 +24,11 @@ matrix:
allow_failures:
- rvm: rbx
- rvm: jruby-9.0.0.0
env: JRUBY_OPTS='--server -Xcompile.invokedynamic=false -Xcli.debug=true --debug'
- rvm: jruby-9.0.0.0-20mode
env: JRUBY_OPTS='--server -Xcompile.invokedynamic=false -Xcli.debug=true --debug'
- rvm: jruby-9.0.0.0-21mode
env: JRUBY_OPTS='--server -Xcompile.invokedynamic=false -Xcli.debug=true --debug'
notifications:
email:
- cukes-devs@googlegroups.com
Expand Down

0 comments on commit 96f1450

Please sign in to comment.