Skip to content

Commit

Permalink
Merge pull request weshatheleopard#169 from hainesr/fix-travis-allow-…
Browse files Browse the repository at this point in the history
…fail

Fix Travis config so that ruby-head can actually fail.
  • Loading branch information
simonoff committed Jul 16, 2014
2 parents 2ef328b + fe74140 commit 2f42434
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -11,6 +11,8 @@ matrix:
jdk: oraclejdk7
- rvm: jruby-19mode
jdk: openjdk7
allow_failures:
- rvm: ruby-head
before_install:
- gem update --system
- gem --version
Expand All @@ -19,5 +21,3 @@ before_script:
- sudo apt-get install -qq zip unzip
- echo `whereis zip`
- echo `whereis unzip`
allow_failures:
- rvm: ruby-head

0 comments on commit 2f42434

Please sign in to comment.