diff options
author | David Gageot <david@gageot.net> | 2015-06-29 19:31:25 +0200 |
---|---|---|
committer | David Gageot <david@gageot.net> | 2015-06-29 19:31:25 +0200 |
commit | e83e156523e04f179b359c733af4e22e7fdaca04 (patch) | |
tree | c53d5722cd9624ae3e3ac84c27456e683338b073 /travis.sh | |
parent | e65cd444d5afbba9c2ac3ac70c2b826af415f45e (diff) | |
download | sonarqube-e83e156523e04f179b359c733af4e22e7fdaca04.tar.gz sonarqube-e83e156523e04f179b359c733af4e22e7fdaca04.zip |
Use latest version of TravisUtils
Diffstat (limited to 'travis.sh')
-rwxr-xr-x | travis.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/travis.sh b/travis.sh index a5fb236405a..8b4f1da0a59 100755 --- a/travis.sh +++ b/travis.sh @@ -3,7 +3,8 @@ set -euo pipefail function installTravisTools { - curl -sSL https://raw.githubusercontent.com/sonarsource/travis-utils/v2.1/install.sh | bash + # curl -sSL https://raw.githubusercontent.com/sonarsource/travis-utils/v2.1/install.sh | bash + curl -sSL https://raw.githubusercontent.com/sonarsource/travis-utils/master/install.sh | bash } case "$JOB" in |