Skip to content

Commit

Permalink
Merge pull request #147 from jc00ke/patch-1
Browse files Browse the repository at this point in the history
Allow rbx to fail in 1.8 & 1.9 modes
  • Loading branch information
macournoyer committed Nov 12, 2012
2 parents cc4644e + 8770d48 commit da1e3ca
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@ rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- rbx
- rbx-2.0
- rbx-18mode
- rbx-19mode
- jruby
- ree
matrix:
allow_failures:
- rvm: rbx-18mode
- rvm: rbx-19mode
notifications:
email: false

0 comments on commit da1e3ca

Please sign in to comment.