Skip to content

Commit

Permalink
Upgrade to travis-utils 19
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Brandhof committed Oct 17, 2015
1 parent d5e4c0b commit e6f5550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis.sh
Expand Up @@ -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/v19 | tar zx --strip-components 1 -C ~/.local
source ~/.local/bin/install
}

Expand Down

0 comments on commit e6f5550

Please sign in to comment.