aboutsummaryrefslogtreecommitdiffstats
path: root/travis.sh
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-07-31 11:45:37 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-07-31 11:45:37 +0200
commit9dc886edb68c070f08a5203d456e4bda0068b846 (patch)
treec4fcb34cc6bda8101386ab2beab23d5aae363e94 /travis.sh
parent2f007dc04cbf922c14a3f91e85e21b1bb6cd7247 (diff)
downloadsonar-scanner-cli-9dc886edb68c070f08a5203d456e4bda0068b846.tar.gz
sonar-scanner-cli-9dc886edb68c070f08a5203d456e4bda0068b846.zip
Upgrade to travis-utils v16
Diffstat (limited to 'travis.sh')
-rwxr-xr-xtravis.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis.sh b/travis.sh
index 20418b5..4299683 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
}