diff options
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 832faf2306..65b5f6763c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ rvm: # see Rakefile:66 for the list of possible RGV values env: global: - - JRUBY_OPTS="--dev -Xcext.enabled=false -Xcompile.invokedynamic=false" + - JRUBY_OPTS="--dev -X-C -Xlaunch.inproc=true -Xcext.enabled=false -Xcompile.invokedynamic=false" matrix: # We need to know if changes to rubygems will break bundler on release - RGV=master |