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 bc0b976 commit 4834dc7Copy full SHA for 4834dc7
travis/script/functions.sh
@@ -3,9 +3,8 @@ source $SCRIPT_DIR/travis_functions.sh
3
source $SCRIPT_DIR/predicate_functions.sh
4
5
# If JRUBY_OPTS isn't set, use these.
6
+# see http://docs.travis-ci.com/user/ci-environment/
7
export JRUBY_OPTS=${JRUBY_OPTS:-"--server -Xcompile.invokedynamic=false"}
-# 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
10
MAINTENANCE_BRANCH=`cat maintenance-branch`
11
0 commit comments