diff options
author | David Rautureau <david.rautureau@sonarsource.com> | 2016-08-24 17:56:51 +0200 |
---|---|---|
committer | David Rautureau <david.rautureau@sonarsource.com> | 2016-08-24 17:56:51 +0200 |
commit | 5dd61016c14c4a46361c7c97345f46214bee46d9 (patch) | |
tree | 00c7ae9de0d069d6411755e7fa2622d704bc5912 | |
parent | 666b66c5b1856bd27e55566e5a8264e78cf12bbf (diff) | |
download | sonar-scanner-cli-5dd61016c14c4a46361c7c97345f46214bee46d9.tar.gz sonar-scanner-cli-5dd61016c14c4a46361c7c97345f46214bee46d9.zip |
Use latest version of travis-utils2.7
-rwxr-xr-x | travis.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ set -euo pipefail function configureTravis { mkdir ~/.local - curl -sSL https://github.com/SonarSource/travis-utils/tarball/v27 | tar zx --strip-components 1 -C ~/.local + curl -sSL https://github.com/SonarSource/travis-utils/tarball/latest | tar zx --strip-components 1 -C ~/.local source ~/.local/bin/install } configureTravis |