summaryrefslogtreecommitdiffstats
path: root/travis.sh
diff options
context:
space:
mode:
authorDavid Gageot <david@gageot.net>2015-07-13 09:56:29 +0200
committerDavid Gageot <david@gageot.net>2015-07-13 09:56:29 +0200
commit0533907055e465dad873e66ef125ac527a11f5d6 (patch)
treec7534846a8d175a88cff0218c4e3b5ff39d71d98 /travis.sh
parentb256fd1a0467a3e50319623305677aff08904d7f (diff)
downloadsonarqube-0533907055e465dad873e66ef125ac527a11f5d6.tar.gz
sonarqube-0533907055e465dad873e66ef125ac527a11f5d6.zip
Use latest travis-utils
Diffstat (limited to 'travis.sh')
-rwxr-xr-xtravis.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis.sh b/travis.sh
index cb295557bbc..44e0e246b8a 100755
--- a/travis.sh
+++ b/travis.sh
@@ -3,7 +3,7 @@
set -euo pipefail
function installTravisTools {
- curl -sSL https://raw.githubusercontent.com/sonarsource/travis-utils/v6/install.sh | bash
+ curl -sSL https://raw.githubusercontent.com/sonarsource/travis-utils/v10/install.sh | bash
}
case "$JOB" in