diff options
| author | Andrea Guarino | 2019-01-16 11:25:40 +0100 | 
|---|---|---|
| committer | Michael Gumowski | 2019-01-16 11:33:08 +0100 | 
| commit | 44b4e8dbecf0bf03ce726e56846d83571196f380 (patch) | |
| tree | aad6e5e3ec0849c4072b2ced86fb2c7f343dff72 /travis.sh | |
| parent | 3ad5232345519caed38a24c70fb77e91757833bf (diff) | |
| download | sonar-css-44b4e8dbecf0bf03ce726e56846d83571196f380.tar.bz2 | |
Upgrade to travis-utils v53
Diffstat (limited to 'travis.sh')
| -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/v51 | tar zx --strip-components 1 -C ~/.local +  curl -sSL https://github.com/SonarSource/travis-utils/tarball/v53 | tar zx --strip-components 1 -C ~/.local    source ~/.local/bin/install  }  configureTravis | 
