Commit 2f718ef5 authored by Eloy Durán's avatar Eloy Durán

[Travis] Also allow failures on Rubinius.

parent 00bc234c
......@@ -5,6 +5,9 @@ rvm:
# Rubinius in 1.8 mode on Travis does not work. It complains about st_data_t etc in Xcodeproj.
#- rbx-18mode
- rbx-19mode
matrix:
allow_failures:
- rvm: rbx-19mode
install: NOEXEC=skip rake travis:setup
script: bundle exec rake spec
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