summaryrefslogtreecommitdiffstats
path: root/travis.sh
diff options
context:
space:
mode:
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>2015-06-17 10:53:25 +0200
committerSébastien Lesaint <sebastien.lesaint@sonarsource.com>2015-06-17 10:53:25 +0200
commit88a25ade9d84fda5efe1e205866eb85f7d35477a (patch)
tree4ffeb00a0699118699d0a0b3bc59165dc356f683 /travis.sh
parent5992a7f643e3d8295d3143721973400827512d30 (diff)
downloadsonarqube-88a25ade9d84fda5efe1e205866eb85f7d35477a.tar.gz
sonarqube-88a25ade9d84fda5efe1e205866eb85f7d35477a.zip
use Sonarsource's repo travis-utils and use v2.1
fixes undefined variable $4 error
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 8b237b646cb..741e450c495 100755
--- a/travis.sh
+++ b/travis.sh
@@ -3,7 +3,7 @@
set -euo pipefail
function installTravisTools {
- curl -sSL https://raw.githubusercontent.com/dgageot/travis-utils/v2/install.sh | bash
+ curl -sSL https://raw.githubusercontent.com/sonarsource/travis-utils/v2.1/install.sh | bash
}
case "$DATABASE" in