From 3ce040e3168a43d8b730c33aaa6fbba8e9c8d25d Mon Sep 17 00:00:00 2001 From: Cody Oss Date: Tue, 8 Oct 2019 10:40:08 -0600 Subject: [PATCH] update travis to trusty 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