From 0d7d7083ff1c64e210b316b5fbc63152e0aae52c Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Mon, 11 Mar 2019 10:20:43 +0100 Subject: [PATCH] Fix build on Travis --- travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis.sh b/travis.sh index e0c8e91..c61c5ee 100755 --- a/travis.sh +++ b/travis.sh @@ -4,7 +4,7 @@ set -euo pipefail function configureTravis { mkdir -p ~/.local - curl -sSL https://github.com/SonarSource/travis-utils/tarball/v53 | tar zx --strip-components 1 -C ~/.local + curl -sSL https://github.com/SonarSource/travis-utils/tarball/v55 | tar zx --strip-components 1 -C ~/.local source ~/.local/bin/install } configureTravis -- 2.39.5