From 76a844cc0136cb32490d9bea743cc3c5fbcfe329 Mon Sep 17 00:00:00 2001 From: Cody Oss <6331106+codyoss@users.noreply.github.com> Date: Fri, 11 Oct 2019 08:20:06 -0600 Subject: [PATCH] update travis to trusty (#799) Switching to test only against OpenJDK as support in travis has shifted. Fixes: #793 --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 53fd4eca0..7724d756c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ sudo: false -dist: precise +dist: trusty language: java addons: # https://github.com/travis-ci/travis-ci/issues/5227#issuecomment-165131913 @@ -7,8 +7,7 @@ addons: - fake-hostname-to-work-around-travis-bug hostname: fake-hostname-to-work-around-travis-bug jdk: - - oraclejdk8 - - oraclejdk7 + - openjdk8 - openjdk7 install: ./gradlew assemble script: ./gradlew build install