diff options
| author | pynicolas | 2019-03-08 09:37:45 +0100 | 
|---|---|---|
| committer | GitHub | 2019-03-08 09:37:45 +0100 | 
| commit | 55aaedf758611e51ba7c93e7e029ad54e430ab14 (patch) | |
| tree | 294a3a52460c72a1ae60159dddec11571fa30018 /travis.sh | |
| parent | 44b4e8dbecf0bf03ce726e56846d83571196f380 (diff) | |
| download | sonar-css-55aaedf758611e51ba7c93e7e029ad54e430ab14.tar.bz2 | |
Fix build after repox URL change (#155)
* Update travis-utils to v54
* Update repox URL in Jenkinsfile
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/v53 | tar zx --strip-components 1 -C ~/.local +  curl -sSL https://github.com/SonarSource/travis-utils/tarball/v54 | tar zx --strip-components 1 -C ~/.local    source ~/.local/bin/install  }  configureTravis | 
