Skip to content

Commit

Permalink
Removing JDK10 from the Travis testing matrix
Browse files Browse the repository at this point in the history
Travis doesn't yet support jdk10 in such a manner. See
travis-ci/travis-ci#9368 for
more details.

I'll revisit this in a month or so.
  • Loading branch information
Toomas Romer committed Apr 27, 2018
1 parent 646b533 commit a264aec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jdk:
- oraclejdk8
- openjdk7
- oraclejdk9
- openjdk10
script:
- jdk_switcher use $TRAVIS_JDK_VERSION
- ./mvnw test -Dmaven.javadoc.skip=true

0 comments on commit a264aec

Please sign in to comment.