diff options
author | David Gageot <david@gageot.net> | 2015-09-11 08:47:24 +0200 |
---|---|---|
committer | David Gageot <david@gageot.net> | 2015-09-11 08:47:24 +0200 |
commit | b4c6aa4cbfe7befb3d1238a8ee29d5b7353de158 (patch) | |
tree | b191fcf288b5f47cc5bcc087b2949e832946561d /travis.sh | |
parent | 8a834639a6e31864103875a551b1728bf36485fe (diff) | |
download | sonarqube-b4c6aa4cbfe7befb3d1238a8ee29d5b7353de158.tar.gz sonarqube-b4c6aa4cbfe7befb3d1238a8ee29d5b7353de158.zip |
Use latest travis-utils
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 95e3e0c7b4f..9c89d6faefd 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/v16 | tar zx --strip-components 1 -C ~/.local + curl -sSL https://github.com/SonarSource/travis-utils/tarball/v19 | tar zx --strip-components 1 -C ~/.local source ~/.local/bin/install } |