Skip to content

Commit

Permalink
[build] Allow failure of the JDK9 build in Travis CI (reactor#924)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbasle authored Oct 30, 2017
1 parent caaeec7 commit e7a97e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ jdk:
- oraclejdk8
- oraclejdk9

matrix:
allow_failures:
- jdk: oraclejdk9

sudo: required

script: ./travis-build.sh
Expand Down

0 comments on commit e7a97e8

Please sign in to comment.