]> source.dussan.org Git - sonar-scanner-cli.git/commitdiff
Fix build on Travis
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 11 Mar 2019 09:20:43 +0000 (10:20 +0100)
committerGitHub <noreply@github.com>
Mon, 11 Mar 2019 09:20:43 +0000 (10:20 +0100)
travis.sh

index e0c8e912fd9f1a80ef756b27c9426602990c4630..c61c5eef74d2c5a54d82714de1e5b68f1aff8367 100755 (executable)
--- 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