aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEric Anderson <ejona@google.com>2018-10-16 13:44:25 -0700
committerEric Anderson <ejona@google.com>2018-10-16 18:48:19 -0700
commitddc3673591647166e9235f7fb04f3e446d2b0111 (patch)
tree773fce92d66f7e9efdb4614a958832f0b602a1c1 /.travis.yml
parent7c26430b599fdd5a4de4076c8980efe0ec3e7657 (diff)
downloadgrpc-grpc-java-ddc3673591647166e9235f7fb04f3e446d2b0111.tar.gz
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.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e3b59ff02..952f2ab27 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