From b4c6aa4cbfe7befb3d1238a8ee29d5b7353de158 Mon Sep 17 00:00:00 2001 From: David Gageot Date: Fri, 11 Sep 2015 08:47:24 +0200 Subject: [PATCH] Use latest travis-utils --- travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis.sh b/travis.sh index 95e3e0c7b4f..9c89d6faefd 100755 --- a/travis.sh +++ b/travis.sh @@ -4,7 +4,7 @@ set -euo pipefail function installTravisTools { mkdir ~/.local - curl -sSL https://github.com/SonarSource/travis-utils/tarball/v16 | tar zx --strip-components 1 -C ~/.local + curl -sSL https://github.com/SonarSource/travis-utils/tarball/v19 | tar zx --strip-components 1 -C ~/.local source ~/.local/bin/install } -- 2.39.5