From 00ea81dc3bb89d1c01acc98a2177e9908ffee1aa 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 860851c60..cc90c264a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,10 +16,7 @@ env: - PROFILE=eclipselink-27-next - PROFILE=querydsl-next -addons: - apt: - packages: - - oracle-java8-installer + cache: directories: