diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-07-19 12:38:27 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-07-20 15:34:02 +0200 |
commit | f2a4cc09da9da36527b9262dc57e85e46d4f329f (patch) | |
tree | 51021b5464ceaeb8cde26e4933fe68c6ba84f69e /.travis.yml | |
parent | 92ab1dc3ea53612ebb8b309e8ecd3cb0580bb247 (diff) | |
download | sonarqube-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.yml | 1 |
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 |