Skip to content

Commit e02bdb6

Browse files
author
Janos Gyerik
committed
Update Travis utils to v45
1 parent 842a7cb commit e02bdb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

travis.sh

Lines changed: 1 addition & 1 deletion
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/v39 | tar zx --strip-components 1 -C ~/.local
7+
curl -sSL https://github.com/SonarSource/travis-utils/tarball/v45 | tar zx --strip-components 1 -C ~/.local
88
source ~/.local/bin/install
99
}
1010
configureTravis

0 commit comments

Comments
 (0)