]> source.dussan.org Git - sonarqube.git/commitdiff
Add JDK8 to Travis cache
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 19 Jul 2016 10:38:27 +0000 (12:38 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Wed, 20 Jul 2016 13:34:02 +0000 (15:34 +0200)
in order to not download JDK8 installer from oracle.com
on each build.

.travis.yml

index 508a145b9c07a085d71a350ecdb27cec4a01c442..25114af6581875fb2d1377a64380de3cc3cf6a48 100644 (file)
@@ -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