Skip to content

Commit

Permalink
Update travis ruby versions and allowed failures
Browse files Browse the repository at this point in the history
Seeing problems with jruby-head. I've moved it to allowed failures for
now to focus on immediate issues.
  • Loading branch information
elskwid committed Jan 30, 2015
1 parent 0f8bc6b commit a77f75b
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .travis.yml
Expand Up @@ -3,12 +3,17 @@ bundler_args: --without doc
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- 2.1.0
- 2.0
- 2.1
- rbx
- rbx-2
- jruby
- ruby-head
- jruby-19mode
- jruby-head
- rbx
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
notifications:
email:
- github@elskwid.net

0 comments on commit a77f75b

Please sign in to comment.