diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2017-09-06 09:18:58 +0200 |
---|---|---|
committer | Julien HENRY <julien.henry@sonarsource.com> | 2017-09-06 09:18:58 +0200 |
commit | 242d48bede8e4d02fdd8e80197be29fb97d0d2c9 (patch) | |
tree | 6dd8871f735e546a017a9c3f510abdce7d7d2100 /travis.sh | |
parent | 06f92ea39d23dfa3109b7fcccab12f0a6e5e6ef3 (diff) | |
download | sonar-scanner-cli-242d48bede8e4d02fdd8e80197be29fb97d0d2c9.tar.gz sonar-scanner-cli-242d48bede8e4d02fdd8e80197be29fb97d0d2c9.zip |
Fix travis.sh (-p)
Diffstat (limited to 'travis.sh')
-rwxr-xr-x | travis.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,8 +3,8 @@ set -euo pipefail function configureTravis { - mkdir ~/.local - curl -sSL https://github.com/SonarSource/travis-utils/tarball/v33 | tar zx --strip-components 1 -C ~/.local + mkdir -p ~/.local + curl -sSL https://github.com/SonarSource/travis-utils/tarball/v34 | tar zx --strip-components 1 -C ~/.local source ~/.local/bin/install } configureTravis |