aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2019-03-11 10:20:43 +0100
committerGitHub <noreply@github.com>2019-03-11 10:20:43 +0100
commit0d7d7083ff1c64e210b316b5fbc63152e0aae52c (patch)
tree74190aa6ce3b44b7d72304f7305c68b70275c353
parent7d46ea49284083dbae03f2a0f2ad4b4247509f17 (diff)
downloadsonar-scanner-cli-0d7d7083ff1c64e210b316b5fbc63152e0aae52c.tar.gz
sonar-scanner-cli-0d7d7083ff1c64e210b316b5fbc63152e0aae52c.zip
Fix build on Travis
-rwxr-xr-xtravis.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis.sh b/travis.sh
index e0c8e91..c61c5ee 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/v53 | tar zx --strip-components 1 -C ~/.local
+ curl -sSL https://github.com/SonarSource/travis-utils/tarball/v55 | tar zx --strip-components 1 -C ~/.local
source ~/.local/bin/install
}
configureTravis