Add back Rubinius support (only in 1.9 mode)

This commit is contained in:
Erik Michaels-Ober 2012-01-03 18:20:05 -08:00
parent bb465108dd
commit 2955bd36ec
2 changed files with 4 additions and 0 deletions

View File

@ -3,4 +3,5 @@ script: "bundle exec rake db:create db:migrate test"
rvm:
- 1.9.2
- 1.9.3
- rbx-19mode
env: "RAILS_ENV=test"

View File

@ -75,6 +75,9 @@ implementations:
* Ruby 1.9.2
* Ruby 1.9.3
* [Rubinius][] (in 1.9 mode)
[rubinius]: http://rubini.us/
If something doesn't work on one of these interpreters, it should be considered
a bug.