From 73bfe94f22f17b81b9da75375ff357cad82c0328 Mon Sep 17 00:00:00 2001 From: Ian Hopkins Date: Mon, 13 Jan 2020 16:28:40 -0500 Subject: [PATCH] Switch travis to use openjdk8 This is instead of using oraclejdk8 The Oracle Jdk8 doesn't seem to be supported by Travis on Xenial: https://travis-ci.community/t/expected-feature-release-number-in-range-of-9-to-12-but-got-8-installing-oraclejdk8/1345/8 --- .travis.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8130a0e7d4..1c51b84b3b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,7 @@ language: java jdk: - - oraclejdk8 - -addons: - apt: - packages: - - oracle-java8-installer # Updates JDK 8 to the latest available. + - openjdk8 after_success: - .buildscript/deploy_snapshot.sh