From 61a04abdda85158f5eb5d3212179413d94c0d9b1 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Thu, 4 Jul 2019 20:04:23 +0200 Subject: [PATCH] update Travis-CI setup: use OpenJDK 8 we are standardizing on this for all the modules, most were changed already, this one was not --- .travis.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index c8f9482..63c835a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,11 @@ language: scala -sudo: false - jdk: - - oraclejdk8 + - openjdk8 - openjdk11 scala: - # no 2.13 for now in cross-build because of - # https://github.com/scala/scala-java8-compat/issues/97 + # note that 2.13 is on the 2.13.x branch instead - 2.11.12 - 2.12.8