aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2016-07-19 12:38:27 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2016-07-20 15:34:02 +0200
commitf2a4cc09da9da36527b9262dc57e85e46d4f329f (patch)
tree51021b5464ceaeb8cde26e4933fe68c6ba84f69e /.travis.yml
parent92ab1dc3ea53612ebb8b309e8ecd3cb0580bb247 (diff)
downloadsonarqube-f2a4cc09da9da36527b9262dc57e85e46d4f329f.tar.gz
sonarqube-f2a4cc09da9da36527b9262dc57e85e46d4f329f.zip
Add JDK8 to Travis cache
in order to not download JDK8 installer from oracle.com on each build.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
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