Browse Source

Upgrade to travis-utils v21

tags/2.5-rc1
Simon Brandhof 8 years ago
parent
commit
5eb4fb1569
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      travis.sh

+ 1
- 1
travis.sh View File

@@ -4,7 +4,7 @@ set -euo pipefail

function installTravisTools {
mkdir ~/.local
curl -sSL https://github.com/SonarSource/travis-utils/tarball/v16 | tar zx --strip-components 1 -C ~/.local
curl -sSL https://github.com/SonarSource/travis-utils/tarball/v21 | tar zx --strip-components 1 -C ~/.local
source ~/.local/bin/install
}


Loading…
Cancel
Save