diff options
author | Janos Gyerik <janos.gyerik@sonarsource.com> | 2018-01-30 17:16:04 +0100 |
---|---|---|
committer | Janos Gyerik <janos.gyerik@sonarsource.com> | 2018-01-30 17:16:04 +0100 |
commit | feed8e15b5e23c863cfba47d075c0f8491e52ad4 (patch) | |
tree | b7c18184ed6c35d2dd82f62919ce7b109f64ad74 | |
parent | 201fdc5c786f0986c8ec90e4f11795f01e64ac50 (diff) | |
download | sonar-scanner-cli-feed8e15b5e23c863cfba47d075c0f8491e52ad4.tar.gz sonar-scanner-cli-feed8e15b5e23c863cfba47d075c0f8491e52ad4.zip |
Update Travis utils to v45
-rwxr-xr-x | travis.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |