aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJanos Gyerik <janos.gyerik@sonarsource.com>2018-01-30 17:16:04 +0100
committerJanos Gyerik <janos.gyerik@sonarsource.com>2018-01-30 17:16:04 +0100
commitfeed8e15b5e23c863cfba47d075c0f8491e52ad4 (patch)
treeb7c18184ed6c35d2dd82f62919ce7b109f64ad74
parent201fdc5c786f0986c8ec90e4f11795f01e64ac50 (diff)
downloadsonar-scanner-cli-feed8e15b5e23c863cfba47d075c0f8491e52ad4.tar.gz
sonar-scanner-cli-feed8e15b5e23c863cfba47d075c0f8491e52ad4.zip
Update Travis utils to v45
-rwxr-xr-xtravis.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis.sh b/travis.sh
index 7b003c1..c44931e 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/v44 | tar zx --strip-components 1 -C ~/.local
+ curl -sSL https://github.com/SonarSource/travis-utils/tarball/v45 | tar zx --strip-components 1 -C ~/.local
source ~/.local/bin/install
}
configureTravis