1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

Disable invokedynamic for now

@rkh knows what this is about. JRuby folks agree this is a good idea for
now.
This commit is contained in:
Michael Klishin 2012-07-31 22:43:18 +04:00
parent 7e8920f20a
commit 01bbd46366

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: