diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-12-09 18:10:11 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-12-09 18:10:11 +0100 |
commit | 5eb4fb1569e32ee4c03dd513889acdc03a7a42bc (patch) | |
tree | f1c871917b6bd4f13e1c60bc81a90edc2f29f8c7 /travis.sh | |
parent | b2aaf8bd75a56f5f931537cd6ff3d83415992483 (diff) | |
download | sonar-scanner-cli-5eb4fb1569e32ee4c03dd513889acdc03a7a42bc.tar.gz sonar-scanner-cli-5eb4fb1569e32ee4c03dd513889acdc03a7a42bc.zip |
Upgrade to travis-utils v21
Diffstat (limited to 'travis.sh')
-rwxr-xr-x | travis.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ set -euo pipefail function installTravisTools { mkdir ~/.local - curl -sSL https://github.com/SonarSource/travis-utils/tarball/v16 | tar zx --strip-components 1 -C ~/.local + curl -sSL https://github.com/SonarSource/travis-utils/tarball/v21 | tar zx --strip-components 1 -C ~/.local source ~/.local/bin/install } |