aboutsummaryrefslogtreecommitdiffstats
path: root/travis.sh
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2016-02-03 09:29:31 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2016-02-03 09:29:44 +0100
commitc86c93bd38858e74d52ad6b4b18102e566c023bf (patch)
tree4cec89759aa2d8d85a4d4e63e362d6bbcd97791e /travis.sh
parentdd78cdddc241e85d4fa67a1a8eb1847cf9ebe2c5 (diff)
downloadsonarqube-c86c93bd38858e74d52ad6b4b18102e566c023bf.tar.gz
sonarqube-c86c93bd38858e74d52ad6b4b18102e566c023bf.zip
Use release v24 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 14f8656094c..589ecff7c84 100755
--- a/travis.sh
+++ b/travis.sh
@@ -4,7 +4,7 @@ set -euo pipefail
function configureTravis {
mkdir ~/.local
- curl -sSL https://github.com/SonarSource/travis-utils/tarball/master | tar zx --strip-components 1 -C ~/.local
+ curl -sSL https://github.com/SonarSource/travis-utils/tarball/v24 | tar zx --strip-components 1 -C ~/.local
source ~/.local/bin/install
}
configureTravis