Skip to content

Commit

Permalink
Allow rbx to fail in 1.9 mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Rodriguez committed Nov 18, 2012
1 parent d1920aa commit 4d20352
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -2,6 +2,7 @@ rvm:
- 1.9.2
- 1.9.3
- jruby-19mode
- rbx-19mode

before_script: "sudo ntpdate -ub ntp.ubuntu.com pool.ntp.org; true"
script: "bundle exec rake clean test cucumber"
Expand All @@ -14,3 +15,4 @@ gemfile:
matrix:
allow_failures:
- rvm: jruby-19mode
- rvm: rbx-19mode

0 comments on commit 4d20352

Please sign in to comment.