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