From f2a4cc09da9da36527b9262dc57e85e46d4f329f Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Tue, 19 Jul 2016 12:38:27 +0200 Subject: [PATCH] Add JDK8 to Travis cache in order to not download JDK8 installer from oracle.com on each build. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 508a145b9c0..25114af6581 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,7 @@ cache: - $HOME/.sonar - server/sonar-web/node - server/sonar-web/node_modules + - $HOME/jvm before_cache: # remove all the artifacts (JAR, ZIP) that are installed in local repo because of mvn deploy -- 2.39.5