Skip to content

Commit

Permalink
Setting JRUBY_OPTS without cext.enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
bf4 committed Jan 3, 2015
1 parent b9c7799 commit 6a06258
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,13 @@ rvm:
matrix:
include:
- rvm: jruby
env: JRUBY_OPTS='--2.0'
env: JRUBY_OPTS='--server -Xcompile.invokedynamic=false'
- rvm: jruby-head
env: JRUBY_OPTS='--server -Xcompile.invokedynamic=false'
- rvm: jruby-18mode
env: JRUBY_OPTS='--server -Xcompile.invokedynamic=false'
- rvm: jruby
env: JRUBY_OPTS='--server -Xcompile.invokedynamic=false'
allow_failures:
- rvm: jruby-head
- rvm: ruby-head
Expand Down

0 comments on commit 6a06258

Please sign in to comment.