aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2019-06-21 21:46:36 +0200
committerJulien HENRY <julien.henry@sonarsource.com>2019-06-21 23:14:18 +0200
commit7ccf9c1d31ca3714ac1888578b881171d32104f6 (patch)
treea8ccb373ffe94e18075c7c4ad22e6786950a0be8
parentab99aec82e57db5f257dea8e97f88cec43fc4096 (diff)
downloadsonar-scanner-cli-7ccf9c1d31ca3714ac1888578b881171d32104f6.tar.gz
sonar-scanner-cli-7ccf9c1d31ca3714ac1888578b881171d32104f6.zip
Update travis-utils to 57
-rwxr-xr-xtravis.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis.sh b/travis.sh
index c468541..e53cfba 100755
--- a/travis.sh
+++ b/travis.sh
@@ -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