From 833b7b1f0a1353f47e31b22c12455a89b7de829a Mon Sep 17 00:00:00 2001 From: pschord Date: Fri, 11 Oct 2019 09:47:14 -0400 Subject: [PATCH] Pin TravisCI dist to Trusty for Java 8 support We should migrate to a modern JDK for a supported release of Ubuntu, but for now this should unbreak the initial steps of the build. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 5f5bc72c0..039e080de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: scala jdk: oraclejdk8 +dist: trusty scala: - 2.11.8 before_script: