diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-07-31 11:43:12 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-07-31 11:43:12 +0200 |
commit | 2aa70d1ad9253ac31901e776644b6213489e7f15 (patch) | |
tree | 92202f6ec3d97a7b51c0b11940f8627f1f4556b6 /travis.sh | |
parent | 93420cb74009febd28256484ca73241442bc1ff9 (diff) | |
download | sonarqube-2aa70d1ad9253ac31901e776644b6213489e7f15.tar.gz sonarqube-2aa70d1ad9253ac31901e776644b6213489e7f15.zip |
Upgrade to travis-utils v16
Diffstat (limited to 'travis.sh')
-rwxr-xr-x | travis.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/travis.sh b/travis.sh index 6812ccff7ac..fbdcfff667d 100755 --- a/travis.sh +++ b/travis.sh @@ -4,7 +4,7 @@ set -euo pipefail function installTravisTools { mkdir ~/.local - curl -sSL https://github.com/SonarSource/travis-utils/tarball/v15 | tar zx --strip-components 1 -C ~/.local + curl -sSL https://github.com/SonarSource/travis-utils/tarball/v16 | tar zx --strip-components 1 -C ~/.local source ~/.local/bin/install } |