aboutsummaryrefslogtreecommitdiffstats
path: root/travis.sh
diff options
context:
space:
mode:
authorDavid Gageot <david@gageot.net>2015-07-13 10:02:37 +0200
committerDavid Gageot <david@gageot.net>2015-07-13 10:02:37 +0200
commit799f23c1c1d751762f0f61cd7a148424332d5ad8 (patch)
treeab44ca5fdc6ae5337969f981bfb9fb9c19d33a47 /travis.sh
parent0533907055e465dad873e66ef125ac527a11f5d6 (diff)
downloadsonarqube-799f23c1c1d751762f0f61cd7a148424332d5ad8.tar.gz
sonarqube-799f23c1c1d751762f0f61cd7a148424332d5ad8.zip
Revert "Use latest travis-utils"
This reverts commit 0533907055e465dad873e66ef125ac527a11f5d6.
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 44e0e246b8a..cb295557bbc 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/v10/install.sh | bash
+ curl -sSL https://raw.githubusercontent.com/sonarsource/travis-utils/v6/install.sh | bash
}
case "$JOB" in