Add back Rubinius support (only in 1.9 mode)
This commit is contained in:
parent
bb465108dd
commit
2955bd36ec
|
@ -3,4 +3,5 @@ script: "bundle exec rake db:create db:migrate test"
|
||||||
rvm:
|
rvm:
|
||||||
- 1.9.2
|
- 1.9.2
|
||||||
- 1.9.3
|
- 1.9.3
|
||||||
|
- rbx-19mode
|
||||||
env: "RAILS_ENV=test"
|
env: "RAILS_ENV=test"
|
||||||
|
|
|
@ -75,6 +75,9 @@ implementations:
|
||||||
|
|
||||||
* Ruby 1.9.2
|
* Ruby 1.9.2
|
||||||
* Ruby 1.9.3
|
* 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
|
If something doesn't work on one of these interpreters, it should be considered
|
||||||
a bug.
|
a bug.
|
||||||
|
|
Loading…
Reference in New Issue