Skip to content

Commit

Permalink
Test with ruby 2.0.0, ignore jruby failures
Browse files Browse the repository at this point in the history
It looks like a bundler/travis issue, nothing changed
  • Loading branch information
mloughran committed Apr 22, 2013
1 parent 4776feb commit bb5c02f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@ rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- jruby-18mode # JRuby in 1.8 mode
- jruby-19mode # JRuby in 1.9 mode
- 2.0.0
- jruby-18mode
- jruby-19mode
- rbx-18mode
- rbx-19mode
matrix:
allow_failures:
- rvm: jruby-18mode
- rvm: jruby-19mode
- rvm: rbx-18mode
- rvm: rbx-19mode

Expand Down

0 comments on commit bb5c02f

Please sign in to comment.