aboutsummaryrefslogtreecommitdiffstats
path: root/travis.sh
diff options
context:
space:
mode:
authorDavid Gageot <david@gageot.net>2015-07-22 16:53:51 +0200
committerDavid Gageot <david@gageot.net>2015-07-22 16:53:51 +0200
commit0dcc15fc44f0aee65dc91069d37d1c3be7b3b3d8 (patch)
tree17888bd4fd44cf622ceb97313d940da821150bde /travis.sh
parent25f2e724815dacae4097edcf320fe95b175ab3ea (diff)
downloadsonarqube-0dcc15fc44f0aee65dc91069d37d1c3be7b3b3d8.tar.gz
sonarqube-0dcc15fc44f0aee65dc91069d37d1c3be7b3b3d8.zip
Use latest version of 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 864486c6b8b..b36add46a73 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/v11/install.sh | bash
+ curl -sSL https://raw.githubusercontent.com/sonarsource/travis-utils/v13/install.sh | bash
source /tmp/travis-utils/env.sh
}