mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
01bbd46366
@rkh knows what this is about. JRuby folks agree this is a good idea for now.
27 lines
517 B
YAML
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
|