diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-06-21 09:11:35 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-06-21 14:55:47 +0200 |
commit | 873926459d8383fa42744028f88d2802326af130 (patch) | |
tree | 2d6814b95adf15422bda5e6573ece6b6f0dc7156 /travis.sh | |
parent | 017b1198e74c3ae29ffb6583d15fe1c1cbdcdc58 (diff) | |
download | sonarqube-873926459d8383fa42744028f88d2802326af130.tar.gz sonarqube-873926459d8383fa42744028f88d2802326af130.zip |
Cache JDK8 installer on Travis
Diffstat (limited to 'travis.sh')
-rwxr-xr-x | travis.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/travis.sh b/travis.sh index 24d670091d6..12dec745b74 100755 --- a/travis.sh +++ b/travis.sh @@ -4,11 +4,12 @@ set -euo pipefail function configureTravis { mkdir ~/.local - curl -sSL https://github.com/SonarSource/travis-utils/tarball/v25 | tar zx --strip-components 1 -C ~/.local + curl -sSL https://github.com/SonarSource/travis-utils/tarball/v29 | tar zx --strip-components 1 -C ~/.local source ~/.local/bin/install echo "$ARTIFACTORY_URL/npmjs/" > .npmrc } configureTravis +. installJDK8 function strongEcho { echo "" |