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:03:23 -0700
commit471466a47604a206c315fe3c62d89b90a1caf71f (patch)
treed5b593dac147672e76ddaf4cfe861cb1f80e4131
parentec63201434882142d35178df776b04c514687e6c (diff)
downloadgrpc-grpc-java-upstream-v1.9.x.tar.gz
travis.yml: Choose dist trusty to fix Java 8upstream-v1.9.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 aa15eea7b..041333c62 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -42,6 +42,8 @@ after_success:
os:
- linux
+dist: trusty
+
notifications:
email: false