From bd81b7f8f9f5fc8c1b991265198e6ff58e543d14 Mon Sep 17 00:00:00 2001 From: Jeffry Lum <22460123+j-lum@users.noreply.github.com> Date: Mon, 1 Jul 2019 16:09:59 +0800 Subject: [PATCH] Change travis build to use OpenJDK instead of Oracle All builds with references to Oracle JDK11 breaks as Oracle appears to be restricting headless downloads. Travis is also moving to remove support for Oracle JDKs from install-jdk.sh No work is required by students as their local builds on Oracle JDK should behave similarly to OpenJDK. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e8b4b8c1e8f..67293cb9ddb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: java matrix: include: - - jdk: oraclejdk11 + - jdk: openjdk11 script: >- ./config/travis/run-checks.sh &&