From 01bbd463660b21140eae11b06110949e0b7ec972 Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Tue, 31 Jul 2012 22:43:18 +0400 Subject: [PATCH] Disable invokedynamic for now @rkh knows what this is about. JRuby folks agree this is a good idea for now. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8cdf38c3..25d6ea6c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,9 @@ env: - "rack=master" - "tilt=1.3.3" - "tilt=master" +# using env: would cause many permutations to exclude, so... +before_install: + - export JRUBY_OPTS="--server -Xcext.enabled=false -Xcompile.invokedynamic=false" jdk: oraclejdk7 matrix: allow_failures: