aboutsummaryrefslogtreecommitdiffstats
path: root/travis.sh
diff options
context:
space:
mode:
authorDavid Gageot <david@gageot.net>2015-06-29 19:31:25 +0200
committerDavid Gageot <david@gageot.net>2015-06-29 19:31:25 +0200
commite83e156523e04f179b359c733af4e22e7fdaca04 (patch)
treec53d5722cd9624ae3e3ac84c27456e683338b073 /travis.sh
parente65cd444d5afbba9c2ac3ac70c2b826af415f45e (diff)
downloadsonarqube-e83e156523e04f179b359c733af4e22e7fdaca04.tar.gz
sonarqube-e83e156523e04f179b359c733af4e22e7fdaca04.zip
Use latest version of TravisUtils
Diffstat (limited to 'travis.sh')
-rwxr-xr-xtravis.sh3
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