From 93d87dbbeb3a73ab1f002b028958bec31908532e Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Wed, 26 Sep 2018 09:37:28 -0700 Subject: [PATCH] use openjdk11 not oraclejdk11 historically the Oracle one was the most standard one, but with the new licensing model for 11, it's really OpenJDK that's the standard one now, and the Oracle one is a commercial-use thing --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ef62eb34d..5c9b2abc4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ sudo: required jdk: - openjdk6 - oraclejdk8 - - oraclejdk11 + - openjdk11 scala: - 2.11.12