aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anderson <ejona@google.com>2019-05-01 15:43:52 -0700
committerEric Anderson <ejona@google.com>2019-05-09 16:06:24 -0700
commit35b01e89016e8ff9175b9701de2ab33f787c6cf8 (patch)
treef06e8626df1ebd940679ff0d41e1327feb4bf21d
parent4f4c37713dbf537ad3d34721178caa8139c917fa (diff)
downloadgrpc-grpc-java-upstream-v1.7.x.tar.gz
travis.yml: Choose dist trusty to fix Java 8upstream-v1.7.x
The upgrade to Xenial broke Java 8, as Trusty contained Java 8 whereas Xenial uses Java 11. So this "flipped" which version was necessary to be downloaded from Java 11 to Java 8. And Java 8 is not supported by install-jdk.sh. Workaround as seen at: https://travis-ci.community/t/oracle-jdk-11-and-10-are-pre-installed-not-the-openjdk-builds/785/16 I hope this is temporary.
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 772d2ca12..fe17b6e07 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -44,6 +44,8 @@ os:
- linux
- osx
+dist: trusty
+
notifications:
email: false