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

Commit

Permalink
Fix build on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Brandhof committed Mar 11, 2019
1 parent 1778525 commit 80c89df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -euo pipefail

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

0 comments on commit 80c89df

Please sign in to comment.