diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-02-21 10:17:15 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-02-21 11:45:50 +0100 |
commit | 474ace228f03d86a460b53d3bdb0e84d77359287 (patch) | |
tree | aefe8c238afeb9d8b5d1a516d6a5dbeef49fdbb5 /.travis.yml | |
parent | 3716bfea7ebed5a9f50e11157c2adfbfce40d6e5 (diff) | |
download | sonarqube-474ace228f03d86a460b53d3bdb0e84d77359287.tar.gz sonarqube-474ace228f03d86a460b53d3bdb0e84d77359287.zip |
Upgrade JDK and Maven on Travis
* JDK 1.8.0_121
* Maven 3.3.9
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 a6f90221a1d..35d74c724cd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,7 @@ cache: - server/sonar-web/node - server/sonar-web/node_modules - $HOME/jvm + - $HOME/maven - $HOME/phantomjs before_cache: |