Revert "Add back Rubinius support (only in 1.9 mode)"
This reverts commit 2955bd36ec
.
This commit is contained in:
parent
6fdd00fe7d
commit
191dc87794
|
@ -3,5 +3,4 @@ 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,9 +75,6 @@ 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