We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba1fda6 commit a00e0ddCopy full SHA for a00e0dd
1 file changed
travis.sh
@@ -4,7 +4,7 @@ set -euo pipefail
4
5
function installTravisTools {
6
mkdir -p ~/.local
7
- curl -sSL https://github.com/SonarSource/travis-utils/tarball/v44 | tar zx --strip-components 1 -C ~/.local
+ curl -sSL https://github.com/SonarSource/travis-utils/tarball/v48 | tar zx --strip-components 1 -C ~/.local
8
source ~/.local/bin/install
9
}
10
0 commit comments