Skip to content

Commit

Permalink
travis-utils v47 (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
pynicolas committed Mar 22, 2018
1 parent e16e827 commit 6d0dc7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euo pipefail

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

Expand Down

0 comments on commit 6d0dc7b

Please sign in to comment.