also test against jruby

This commit is contained in:
Josh Kalderimis 2013-02-24 13:25:16 +11:00
parent ecae377a0b
commit 179c5cbc4c

View File

@ -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