From 3a34e412c0c93ee107641825c5ca0c3f91bc3872 Mon Sep 17 00:00:00 2001 From: Nathan Kleyn Date: Thu, 25 Jul 2019 12:38:11 +0100 Subject: [PATCH] Use OpenJDK instead of Oracle. On Travis, the Oracle one no longer exists. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d0f099f..62942b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ scala: - 2.13.0 - 2.12.8 - 2.11.12 -jdk: oraclejdk8 +jdk: openjdk8 script: - sbt clean coverage 'testOnly -- showtimes true timeFactor 5 exclude no-ci' - if [[ -n "$CODACY_PROJECT_TOKEN" ]]; then sbt coverageReport coverageAggregate codacyCoverage; else echo "Skipped coverage reporting since no token was found"; fi