Commit c2535322 authored by Eloy Durán's avatar Eloy Durán

[Travis] Need to wait a bit longer for standard Ruby 2 support.

parent 126982b8
...@@ -2,14 +2,15 @@ language: ruby ...@@ -2,14 +2,15 @@ language: ruby
rvm: rvm:
- 1.8.7 - 1.8.7
- 1.9.3 - 1.9.3
- 2.0.0 # Not in Travis non-pro yet
#- 2.0.0
# Rubinius in 1.8 mode on Travis does not work. It complains about st_data_t etc in Xcodeproj. # Rubinius in 1.8 mode on Travis does not work. It complains about st_data_t etc in Xcodeproj.
#- rbx-18mode #- rbx-18mode
- rbx-19mode - rbx-19mode
matrix: matrix:
allow_failures: allow_failures:
- rvm: rbx-19mode - rvm: rbx-19mode
- rvm: 2.0.0 #- rvm: 2.0.0
install: NOEXEC=skip rake travis:setup install: NOEXEC=skip rake travis:setup
script: bundle exec rake spec script: bundle exec rake spec
notifications: notifications:
......
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