We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87e7e86 commit a1ee2a8Copy full SHA for a1ee2a8
travis/script/functions.sh
@@ -2,6 +2,8 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
2
source $SCRIPT_DIR/travis_functions.sh
3
source $SCRIPT_DIR/predicate_functions.sh
4
5
+# If JRUBY_OPTS isn't set, use these.
6
+export JRUBY_OPTS=${JRUBY_OPTS:-"--server -Xcompile.invokedynamic=false"}
7
# idea taken from: http://blog.headius.com/2010/03/jruby-startup-time-tips.html
8
export JRUBY_OPTS="${JRUBY_OPTS} -X-C" # disable JIT since these processes are so short lived
9
SPECS_HAVE_RUN_FILE=specs.out
0 commit comments