mirror of https://github.com/grpc/grpc-java.git
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.
This commit is contained in:
parent
e8be55e56f
commit
97cb0554e4
|
|
@ -41,6 +41,8 @@ after_success:
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
|
|
||||||
|
dist: trusty
|
||||||
|
|
||||||
jdk:
|
jdk:
|
||||||
- oraclejdk8
|
- oraclejdk8
|
||||||
- openjdk11
|
- openjdk11
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue