From 516db42684c2887f5a2a8fa8c2ac1f7b71e29e5b Mon Sep 17 00:00:00 2001 From: David Gageot Date: Thu, 2 Jul 2015 10:47:24 +0200 Subject: [PATCH] Update Travis Tools --- travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis.sh b/travis.sh index cb170cb9d77..3c2b8f54d89 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/v2.1/install.sh | bash + curl -sSL https://raw.githubusercontent.com/sonarsource/travis-utils/v3/install.sh | bash } case "$JOB" in -- 2.39.5