Merge pull request #555 from michaelklishin/patch-1

Disable invokedynamic for now
This commit is contained in:
Konstantin Haase 2012-07-31 11:45:14 -07:00
commit 84110e23c4
1 changed files with 3 additions and 0 deletions

View File

@ -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: