diff options
| author | Elena Vilchik | 2018-10-17 11:26:47 +0200 |
|---|---|---|
| committer | GitHub | 2018-10-17 11:26:47 +0200 |
| commit | 22ad323c4cdc742f7498f1b9859ae2412ecd9be7 (patch) | |
| tree | c5cdecf22af0b4f61a6f97238086766ca7e521e1 | |
| parent | 8db5e31b2e21ff683da69668ec577c7a026acf23 (diff) | |
| download | sonar-css-22ad323c4cdc742f7498f1b9859ae2412ecd9be7.tar.bz2 | |
Update travis-utils (v51)
| -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/v49 | tar zx --strip-components 1 -C ~/.local + curl -sSL https://github.com/SonarSource/travis-utils/tarball/v51 | tar zx --strip-components 1 -C ~/.local source ~/.local/bin/install } configureTravis |
