Skip to content

Commit

Permalink
Fix travis config to allow jruby-head to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
dkubb committed Aug 11, 2014
1 parent bc535cd commit 0f52c32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ matrix:
env: JRUBY_OPTS="$JRUBY_OPTS --debug --2.0" # for simplecov
- rvm: jruby-head
env: JRUBY_OPTS="$JRUBY_OPTS --debug --2.0" # for simplecov
allow_failures:
- rvm: jruby-head
fast_finish: true
notifications:
irc:
Expand Down

0 comments on commit 0f52c32

Please sign in to comment.