Skip to content

Commit 85e8468

Browse files
committed
Remove openjdk10 from Travis matrix and add openjdk12
1 parent 08b3d7c commit 85e8468

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.travis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,8 @@ matrix:
99
include:
1010
- jdk: openjdk8
1111
- 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"
1812
- jdk: openjdk11
13+
- jdk: openjdk12
1914
- jdk: openjdk-ea
2015
allow_failures:
2116
- jdk: openjdk-ea

0 commit comments

Comments
 (0)