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

Commit

Permalink
Upgrade to travis-utils 28
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Brandhof committed Jun 11, 2016
1 parent 07b7d65 commit efd211f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis.sh
Expand Up @@ -3,7 +3,7 @@ set -euo pipefail

function configureTravis {
mkdir ~/.local
curl -sSL https://github.com/SonarSource/travis-utils/tarball/v26 | tar zx --strip-components 1 -C ~/.local
curl -sSL https://github.com/SonarSource/travis-utils/tarball/v28 | tar zx --strip-components 1 -C ~/.local
source ~/.local/bin/install
}
configureTravis
Expand Down

0 comments on commit efd211f

Please sign in to comment.