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