From f7dec06fbc4b81a287cb441f1fa61823024be9f4 Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Tue, 16 Oct 2018 13:44:25 -0700 Subject: [PATCH] travis: Drop testing for Java 10 oracle10 is failing during setup with: The command "bash install-jdk.sh -F 10 -L BCL --target $JAVA_HOME --workspace ${TRAVIS_HOME}/.cache/install-jdk" failed and exited with 8 during . We should be adding support for Java 11 and dropping Java 9-10 anyway, since Java 9-10 are unsupported. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e3b59ff022..952f2ab27c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,7 +49,6 @@ jdk: # processor based plugin. - oraclejdk8 # if both jdk 8 and 9 are removed, migrate to net.ltgt.errorprone-javacplugin (see above comment) - oraclejdk9 # if both jdk 8 and 9 are removed, migrate to net.ltgt.errorprone-javacplugin (see above comment) - - oraclejdk10 notifications: email: false