We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7ef2df commit 493842dCopy full SHA for 493842d
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/v45 | tar zx --strip-components 1 -C ~/.local
+ curl -sSL https://github.com/SonarSource/travis-utils/tarball/v50 | tar zx --strip-components 1 -C ~/.local
8
source ~/.local/bin/install
9
}
10
configureTravis
0 commit comments