From d6bd291934b2c90de6666f73a486d95f1c02a8c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yoann=20Rodi=C3=A8re?= Date: Thu, 13 Jun 2019 16:39:19 +0200 Subject: [PATCH] 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 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 9fc5636e6f..6fc0e918dc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ +dist: trusty language: java jobs: