Skip to content

Commit

Permalink
[Travis] Also allow failures on Rubinius.
Browse files Browse the repository at this point in the history
  • Loading branch information
alloy committed Nov 2, 2012
1 parent 00bc234 commit 2f718ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 2f718ef

Please sign in to comment.