From f4f49b03f365cca4d167e60e255c807981a13f59 Mon Sep 17 00:00:00 2001 From: Jens Schauder Date: Tue, 4 Dec 2018 07:24:37 +0100 Subject: [PATCH] DATAJPA-1472 - Removed the apt based JDK installation. The script failed since Oracle moved the JDK8 files, but Travis JDK-switcher works just fine. --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 31ae708f7..7ba07489e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,10 +27,7 @@ env: - PROFILE=eclipselink-27-next - PROFILE=querydsl-next -addons: - apt: - packages: - - oracle-java8-installer + cache: directories: