Skip to content

Commit c70a32f

Browse files
benzonicoWohops
authored andcommitted
Update travis utils to v47
1 parent de2f8c7 commit c70a32f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: travis.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -euo pipefail
44

55
function configureTravis {
66
mkdir -p ~/.local
7-
curl -sSL https://github.com/SonarSource/travis-utils/tarball/v45 | tar zx --strip-components 1 -C ~/.local
7+
curl -sSL https://github.com/SonarSource/travis-utils/tarball/v47 | tar zx --strip-components 1 -C ~/.local
88
source ~/.local/bin/install
99
}
1010

0 commit comments

Comments
 (0)