From c2d281a185f6c7611ba666116fe453239079ae39 Mon Sep 17 00:00:00 2001 From: David Gageot Date: Mon, 13 Jul 2015 10:06:30 +0200 Subject: Use latest version of travis-utils --- travis.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'travis.sh') 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 -- cgit v1.2.3