diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2019-06-21 21:46:36 +0200 |
---|---|---|
committer | Julien HENRY <julien.henry@sonarsource.com> | 2019-06-21 23:14:18 +0200 |
commit | 7ccf9c1d31ca3714ac1888578b881171d32104f6 (patch) | |
tree | a8ccb373ffe94e18075c7c4ad22e6786950a0be8 | |
parent | ab99aec82e57db5f257dea8e97f88cec43fc4096 (diff) | |
download | sonar-scanner-cli-7ccf9c1d31ca3714ac1888578b881171d32104f6.tar.gz sonar-scanner-cli-7ccf9c1d31ca3714ac1888578b881171d32104f6.zip |
Update travis-utils to 57
-rwxr-xr-x | travis.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ set -euo pipefail function configureTravis { mkdir -p ~/.local - curl -sSL https://github.com/SonarSource/travis-utils/tarball/v55 | tar zx --strip-components 1 -C ~/.local + curl -sSL https://github.com/SonarSource/travis-utils/tarball/v57 | tar zx --strip-components 1 -C ~/.local source ~/.local/bin/install } configureTravis |