Add support for MRI 1.9.3
This commit is contained in:
parent
804cf1f9cd
commit
6295a1042b
|
@ -3,6 +3,7 @@ script: "bundle exec rake db:create db:migrate test"
|
||||||
rvm:
|
rvm:
|
||||||
- 1.8.7
|
- 1.8.7
|
||||||
- 1.9.2
|
- 1.9.2
|
||||||
|
- 1.9.3
|
||||||
- rbx
|
- rbx
|
||||||
- ree
|
- ree
|
||||||
env: "RAILS_ENV=test"
|
env: "RAILS_ENV=test"
|
||||||
|
|
|
@ -82,8 +82,11 @@ implementations:
|
||||||
|
|
||||||
* Ruby 1.8.7
|
* Ruby 1.8.7
|
||||||
* Ruby 1.9.2
|
* Ruby 1.9.2
|
||||||
|
* Ruby 1.9.3
|
||||||
|
* [Rubinius][]
|
||||||
* [Ruby Enterprise Edition][ree]
|
* [Ruby Enterprise Edition][ree]
|
||||||
|
|
||||||
|
[rubinius]: http://rubini.us/
|
||||||
[ree]: http://www.rubyenterpriseedition.com/
|
[ree]: http://www.rubyenterpriseedition.com/
|
||||||
|
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue