We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08b3d7c commit 85e8468Copy full SHA for 85e8468
1 file changed
.travis.yml
@@ -9,13 +9,8 @@ matrix:
9
include:
10
- jdk: openjdk8
11
- jdk: oraclejdk8
12
- - jdk: openjdk10
13
- # For some reason pulling from sonatype_snapshots does not work for openjdk10 and we have to manually symlink
14
- # See https://github.com/travis-ci/travis-ci/issues/9368#issuecomment-405070163
15
- before_install:
16
- - rm "${JAVA_HOME}/lib/security/cacerts"
17
- - ln -s /etc/ssl/certs/java/cacerts "${JAVA_HOME}/lib/security/cacerts"
18
- jdk: openjdk11
+ - jdk: openjdk12
19
- jdk: openjdk-ea
20
allow_failures:
21
0 commit comments