Skip to content

Commit 4834dc7

Browse files
committed
JRuby doesn't have compile.mode property anymore
Remove vestigial JRuby config
1 parent bc0b976 commit 4834dc7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

travis/script/functions.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ source $SCRIPT_DIR/travis_functions.sh
33
source $SCRIPT_DIR/predicate_functions.sh
44

55
# If JRUBY_OPTS isn't set, use these.
6+
# see http://docs.travis-ci.com/user/ci-environment/
67
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
98
SPECS_HAVE_RUN_FILE=specs.out
109
MAINTENANCE_BRANCH=`cat maintenance-branch`
1110

0 commit comments

Comments
 (0)