diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2016-07-08 09:31:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-08 09:31:43 +0200 |
commit | 169b22e13d1bd50cf582eeb00d3231d3b8392d28 (patch) | |
tree | 13285e28d1758b5f8899988bcace90d9008f57b7 /travis.sh | |
parent | d618b5cf39dc272232c69717de76229dd7fcdd9c (diff) | |
download | sonarqube-169b22e13d1bd50cf582eeb00d3231d3b8392d28.tar.gz sonarqube-169b22e13d1bd50cf582eeb00d3231d3b8392d28.zip |
upgrade travis-utils to v31 (#1088)
Diffstat (limited to 'travis.sh')
-rwxr-xr-x | travis.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/travis.sh b/travis.sh index 12dec745b74..01655ab5080 100755 --- a/travis.sh +++ b/travis.sh @@ -4,9 +4,8 @@ set -euo pipefail function configureTravis { mkdir ~/.local - curl -sSL https://github.com/SonarSource/travis-utils/tarball/v29 | tar zx --strip-components 1 -C ~/.local + curl -sSL https://github.com/SonarSource/travis-utils/tarball/v31 | tar zx --strip-components 1 -C ~/.local source ~/.local/bin/install - echo "$ARTIFACTORY_URL/npmjs/" > .npmrc } configureTravis . installJDK8 |