Commit b90dddb4 authored by Eloy Duran's avatar Eloy Duran

Enable Rubinius in 1.9 mode on Travis.

parent 0212b9b1
...@@ -2,5 +2,8 @@ language: ruby ...@@ -2,5 +2,8 @@ language: ruby
rvm: rvm:
- 1.8.7 - 1.8.7
- 1.9.3 - 1.9.3
# Rubinius in 1.8 mode on Travis does not work. It complains about st_data_t etc in Xcodeproj.
#- rbx-18mode
- rbx-19mode
install: NOEXEC=skip rake travis:setup install: NOEXEC=skip rake travis:setup
script: bundle exec rake spec script: bundle exec rake spec
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment