Skip to content

Commit

Permalink
Fix JRruby at 9.0.4.0 since TravisCI is using pre1 for some reason
Browse files Browse the repository at this point in the history
  • Loading branch information
bf4 committed Dec 28, 2015
1 parent e0860b1 commit a7e16ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ matrix:
include:
- rvm: 2.2
env: CAPTURE_STDERR=true
- rvm: jruby-9000
env: JRUBY_OPTS='--server -Xcompile.invokedynamic=false -Xcli.debug=true --debug'
- rvm: jruby-9.0.4.0
env: JRUBY_OPTS='-Xcompat.version=2.0 --server -Xcompile.invokedynamic=false -Xcli.debug=true --debug'
allow_failures:
- rvm: ruby-head
- rvm: rbx-2
Expand Down

0 comments on commit a7e16ad

Please sign in to comment.