diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-02-03 09:29:31 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-02-03 09:29:44 +0100 |
commit | c86c93bd38858e74d52ad6b4b18102e566c023bf (patch) | |
tree | 4cec89759aa2d8d85a4d4e63e362d6bbcd97791e /travis.sh | |
parent | dd78cdddc241e85d4fa67a1a8eb1847cf9ebe2c5 (diff) | |
download | sonarqube-c86c93bd38858e74d52ad6b4b18102e566c023bf.tar.gz sonarqube-c86c93bd38858e74d52ad6b4b18102e566c023bf.zip |
Use release v24 of travis-utils
Diffstat (limited to 'travis.sh')
-rwxr-xr-x | travis.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/travis.sh b/travis.sh index 14f8656094c..589ecff7c84 100755 --- 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 |