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:59 -0700
commita6a6fdd9e23dcc3e08c76f41dcc2cda58af4a9c7 (patch)
tree84798dae322b2bb5f9612d26571d8754e0a7162e
parent28221fdee2c69ee557c87f6deefcf42c4a03adfe (diff)
downloadgrpc-grpc-java-upstream-v1.3.x.tar.gz
travis.yml: Choose dist trusty to fix Java 8upstream-v1.3.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 238e1c49c..51565847c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -44,6 +44,8 @@ os:
- linux
- osx
+dist: trusty
+
notifications:
email: false