also test against jruby
This commit is contained in:
parent
ecae377a0b
commit
179c5cbc4c
|
@ -2,6 +2,7 @@ language: ruby
|
|||
rvm:
|
||||
- 1.9.3
|
||||
- rbx-19mode
|
||||
- jruby-19mode
|
||||
before_script:
|
||||
- 'RAILS_ENV=test rake db:create db:schema:load --trace'
|
||||
notifications:
|
||||
|
@ -9,3 +10,4 @@ notifications:
|
|||
matrix:
|
||||
allow_failures:
|
||||
- rvm: rbx-19mode
|
||||
- rvm: jruby-19mode
|
||||
|
|
Loading…
Reference in New Issue
Block a user