diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-07-31 11:45:37 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-07-31 11:45:37 +0200 |
commit | 9dc886edb68c070f08a5203d456e4bda0068b846 (patch) | |
tree | c4fcb34cc6bda8101386ab2beab23d5aae363e94 /travis.sh | |
parent | 2f007dc04cbf922c14a3f91e85e21b1bb6cd7247 (diff) | |
download | sonar-scanner-cli-9dc886edb68c070f08a5203d456e4bda0068b846.tar.gz sonar-scanner-cli-9dc886edb68c070f08a5203d456e4bda0068b846.zip |
Upgrade to travis-utils v16
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/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 } |