commit | a05b0f3c5d421cb4a12c7af857df2e8803a02c6f | [log] [tgz] |
---|---|---|
author | Eric Anderson <ejona@google.com> | Wed May 01 15:43:52 2019 -0700 |
committer | Eric Anderson <ejona@google.com> | Thu May 09 16:04:55 2019 -0700 |
tree | 0eb9e5ff6df145304dd417c2bde495d9920c0861 | |
parent | cdea5ab3fc953d54873009a34bf19b3b4343ac48 [diff] |
travis.yml: Choose dist trusty to fix Java 8 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.
diff --git a/.travis.yml b/.travis.yml index 9c4bfac..fa70097 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -44,6 +44,8 @@ - linux - osx +dist: trusty + notifications: email: false