1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00
sinatra/.travis.yml
Michael Klishin 01bbd46366 Disable invokedynamic for now
@rkh knows what this is about. JRuby folks agree this is a good idea for
now.
2012-07-31 22:43:18 +04:00

27 lines
517 B
YAML

rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- rbx-18mode
- rbx-19mode
- jruby-18mode
- jruby-19mode
- jruby-head
- ruby-head
env:
- "rack=1.3.6"
- "rack=1.4.1"
- "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:
- rvm: ruby-head
- rvm: jruby-head
notifications:
recipients:
- k.haase@finn.de