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:
parent
7e8920f20a
commit
01bbd46366
1 changed files with 3 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue