From c89ee28b02d9c6120f11f2d447e73e7234ccdf4e Mon Sep 17 00:00:00 2001 From: Markus Heberling Date: Sun, 22 Sep 2019 22:11:59 +0200 Subject: [PATCH] chore(travis): Use trusty for oraclejdk8 support Oracle JDK 8 is preinstalled in trusty, but isn't in xenial anymore. So for the time beeing fix the distribution to trusty. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index f3a7178..db03687 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,5 @@ +dist: trusty + language: java cache: