diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2019-03-11 10:20:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-11 10:20:43 +0100 |
commit | 0d7d7083ff1c64e210b316b5fbc63152e0aae52c (patch) | |
tree | 74190aa6ce3b44b7d72304f7305c68b70275c353 | |
parent | 7d46ea49284083dbae03f2a0f2ad4b4247509f17 (diff) | |
download | sonar-scanner-cli-0d7d7083ff1c64e210b316b5fbc63152e0aae52c.tar.gz sonar-scanner-cli-0d7d7083ff1c64e210b316b5fbc63152e0aae52c.zip |
Fix build on Travis
-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/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 |