Skip to content

Commit

Permalink
Merge pull request #67 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 on Travis
  • Loading branch information
guilleiguaran committed Nov 16, 2012
2 parents ed79ca3 + 0d3ad20 commit 657b383
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
@@ -1,8 +1,13 @@
language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- jruby
matrix:
allow_failures:
- rvm: rbx-18mode
- rvm: rbx-19mode
branches:
only:
- master
Expand Down

0 comments on commit 657b383

Please sign in to comment.