]> source.dussan.org Git - sonarqube.git/commitdiff
Use release v24 of travis-utils
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Wed, 3 Feb 2016 08:29:31 +0000 (09:29 +0100)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Wed, 3 Feb 2016 08:29:44 +0000 (09:29 +0100)
travis.sh

index 14f8656094c7862551ec2976fbfa1014c5bf9b7a..589ecff7c84c8cd943d5824c8d1d32cf095aa63a 100755 (executable)
--- a/travis.sh
+++ b/travis.sh
@@ -4,7 +4,7 @@ set -euo pipefail
 
 function configureTravis {
   mkdir ~/.local
-  curl -sSL https://github.com/SonarSource/travis-utils/tarball/master | tar zx --strip-components 1 -C ~/.local
+  curl -sSL https://github.com/SonarSource/travis-utils/tarball/v24 | tar zx --strip-components 1 -C ~/.local
   source ~/.local/bin/install
 }
 configureTravis