Skip to content

Commit

Permalink
Add exception for ruby 2.0.0 in travis config
Browse files Browse the repository at this point in the history
* For some reason ruby throws a segfaul when mutant is run.
  • Loading branch information
dkubb committed Nov 23, 2013
1 parent 608c0af commit 2fe9423
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 @@ -13,6 +13,8 @@ matrix:
env: JRUBY_OPTS="$JRUBY_OPTS --debug"
- rvm: jruby-head
env: JRUBY_OPTS="$JRUBY_OPTS --debug"
allow_failures:
- rvm: 2.0.0 # travis broken
notifications:
irc:
channels:
Expand Down

0 comments on commit 2fe9423

Please sign in to comment.