Skip to content

Commit

Permalink
Temporarily disable oraclejdk8
Browse files Browse the repository at this point in the history
It's totally broken in Travis right now.
  • Loading branch information
ascandella committed Aug 17, 2015
1 parent 8c86946 commit ae571be
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ matrix:
env: MAIN_ARGS="test"
- jdk: oraclejdk7
env: MAIN_ARGS="test" COVERALLS_ARGS="mvn clean cobertura:cobertura coveralls:report"
- jdk: oraclejdk8
env: MAIN_ARGS="test"

script:
- mvn clean $MAIN_ARGS
Expand Down

0 comments on commit ae571be

Please sign in to comment.