aboutsummaryrefslogtreecommitdiffstats
path: root/travis.sh
diff options
context:
space:
mode:
authorDavid Gageot <david@gageot.net>2015-07-13 10:06:30 +0200
committerDavid Gageot <david@gageot.net>2015-07-13 10:06:30 +0200
commitc2d281a185f6c7611ba666116fe453239079ae39 (patch)
tree1395cf66f993e6785f996e7ca6728296d7ac10be /travis.sh
parent799f23c1c1d751762f0f61cd7a148424332d5ad8 (diff)
downloadsonarqube-c2d281a185f6c7611ba666116fe453239079ae39.tar.gz
sonarqube-c2d281a185f6c7611ba666116fe453239079ae39.zip
Use latest version of travis-utils
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 cb295557bbc..c207c04073b 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/v6/install.sh | bash
+ curl -sSL https://raw.githubusercontent.com/sonarsource/travis-utils/v10/install.sh | bash
+ source /tmp/travis-utils/env.sh
}
case "$JOB" in