From 5eb4fb1569e32ee4c03dd513889acdc03a7a42bc Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Wed, 9 Dec 2015 18:10:11 +0100 Subject: [PATCH] Upgrade to travis-utils v21 --- travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis.sh b/travis.sh index a4056fb..c344084 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/v21 | tar zx --strip-components 1 -C ~/.local source ~/.local/bin/install } -- 2.39.5