Skip to content
This repository was archived by the owner on Apr 2, 2019. It is now read-only.

Commit efd211f

Browse files
author
Simon Brandhof
authored
Upgrade to travis-utils 28
1 parent 07b7d65 commit efd211f

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
@@ -3,7 +3,7 @@ set -euo pipefail
33

44
function configureTravis {
55
mkdir ~/.local
6-
curl -sSL https://github.com/SonarSource/travis-utils/tarball/v26 | tar zx --strip-components 1 -C ~/.local
6+
curl -sSL https://github.com/SonarSource/travis-utils/tarball/v28 | tar zx --strip-components 1 -C ~/.local
77
source ~/.local/bin/install
88
}
99
configureTravis

0 commit comments

Comments
 (0)