From: Simon Brandhof Date: Tue, 19 Jul 2016 10:38:27 +0000 (+0200) Subject: Add JDK8 to Travis cache X-Git-Tag: 6.1-RC1~537 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f2a4cc09da9da36527b9262dc57e85e46d4f329f;p=sonarqube.git Add JDK8 to Travis cache in order to not download JDK8 installer from oracle.com on each build. --- 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