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
Expand Up @@ -3,9 +3,13 @@ rvm:
- 1.8.7 - 1.8.7
- 1.9.2 - 1.9.2
- 1.9.3 - 1.9.3
- rbx - rbx-18mode
- rbx-2.0 - rbx-19mode
- jruby - jruby
- ree - ree
matrix:
allow_failures:
- rvm: rbx-18mode
- rvm: rbx-19mode
notifications: notifications:
email: false email: false

0 comments on commit da1e3ca

Please sign in to comment.