Skip to content

Commit

Permalink
Allow rbx builds to fail.
Browse files Browse the repository at this point in the history
    
We're getting weird sudden regressions on rbx, and given the frequency of
RBX updates (and recent experience with failing rbx bulids in VCR and other
rspec repos), I think it's due to a bug in rbx.
  • Loading branch information
myronmarston committed Oct 9, 2012
1 parent 16a133f commit 2f1595f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -8,3 +8,8 @@ rvm:
- ree - ree
- rbx-18mode - rbx-18mode
- rbx-19mode - rbx-19mode
matrix:
allow_failures:
- rvm: rbx-18mode
- rvm: rbx-19mode

0 comments on commit 2f1595f

Please sign in to comment.