Skip to content

Commit

Permalink
Fix Travis config so that ruby-head can actually fail.
Browse files Browse the repository at this point in the history
The allow_failures set up needs to be in the matrix definition.
  • Loading branch information
hainesr committed Jul 16, 2014
1 parent 2ef328b commit fe74140
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
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 fe74140

Please sign in to comment.