also test against jruby
This commit is contained in:
parent
ecae377a0b
commit
179c5cbc4c
|
@ -2,6 +2,7 @@ language: ruby
|
||||||
rvm:
|
rvm:
|
||||||
- 1.9.3
|
- 1.9.3
|
||||||
- rbx-19mode
|
- rbx-19mode
|
||||||
|
- jruby-19mode
|
||||||
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:
|
||||||
|
@ -9,3 +10,4 @@ notifications:
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- rvm: rbx-19mode
|
- rvm: rbx-19mode
|
||||||
|
- rvm: jruby-19mode
|
||||||
|
|
Loading…
Reference in New Issue
Block a user