Force the use of Ubuntu Trusty in the Travis build
If we don't force it, Travis will pick a release at random, either Trusty or Xenial at the moment. Using Oracle JDK 8 on Xenial is not easy, for some reason. See: * https://travis-ci.community/t/oracle-jdk-11-and-10-are-pre-installed-not-the-openjdk-builds/785/15 * https://github.com/travis-ci/travis-ci/issues/10289
This commit is contained in:
parent
ae5023cf53
commit
d6bd291934
|
@ -1,3 +1,4 @@
|
||||||
|
dist: trusty
|
||||||
language: java
|
language: java
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Reference in New Issue