Skip to content

Commit

Permalink
Fix travis.sh (add -p)
Browse files Browse the repository at this point in the history
  • Loading branch information
henryju committed Sep 5, 2017
1 parent 14fbc63 commit 67d1fc0
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 installTravisTools {
mkdir ~/.local
mkdir -p ~/.local
curl -sSL https://github.com/SonarSource/travis-utils/tarball/v34 | tar zx --strip-components 1 -C ~/.local
source ~/.local/bin/install
}
Expand Down

0 comments on commit 67d1fc0

Please sign in to comment.