Test against Rubinius in both Ruby 1.8 and 1.9 mode

This commit is contained in:
Erik Michaels-Ober 2011-11-01 22:32:39 -07:00
parent 24b75fa422
commit babfe204a4
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ script: "bundle exec rake db:create db:migrate test"
rvm:
- 1.8.7
- 1.9.2
- rbx
- rbx-2.0
- rbx-18mode
- rbx-19mode
- ree
env: "RAILS_ENV=test"