test on more rubies
This commit is contained in:
parent
fbd3238c6b
commit
0940d1ea5f
10
.travis.yml
10
.travis.yml
|
@ -1,6 +1,16 @@
|
||||||
language: ruby
|
language: ruby
|
||||||
rvm:
|
rvm:
|
||||||
- 1.9.3
|
- 1.9.3
|
||||||
|
- jruby-19mode
|
||||||
|
- jruby-head
|
||||||
|
- rbx-19mode
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
- rvm: jruby-19mode
|
||||||
|
- rvm: jruby-head
|
||||||
|
- rvm: rbx-19mode
|
||||||
|
before_install:
|
||||||
|
- export JRUBY_OPTS="--server -Xcext.enabled=false -Xcompile.invokedynamic=false --1.9"
|
||||||
before_script:
|
before_script:
|
||||||
- 'RAILS_ENV=test rake db:create db:schema:load --trace'
|
- 'RAILS_ENV=test rake db:create db:schema:load --trace'
|
||||||
notifications:
|
notifications:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user