Commit 3b232aae authored by Eloy Durán's avatar Eloy Durán

[Travis] Ruby 2.0.0 preview 1, yo!

parent c4cb1233
...@@ -5,9 +5,11 @@ rvm: ...@@ -5,9 +5,11 @@ rvm:
# 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
- ruby-2.0.0-preview1
matrix: matrix:
allow_failures: allow_failures:
- rvm: rbx-19mode - rvm: rbx-19mode
- rvm: ruby-2.0.0-preview1
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