Skip to content

Commit

Permalink
travis.yml: chown /usr/local.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Nov 29, 2015
1 parent c0f33d6 commit 2fea571
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ before_install:
- cd /usr/local
- sudo rm -rf /usr/local/.git/refs /usr/local/.git/packed-refs
- sudo rsync -az "$TRAVIS_BUILD_DIR/" /usr/local/
- sudo chown -R $USER /usr/local
- export TRAVIS_BUILD_DIR="/usr/local"
- if [ -f ".git/shallow" ]; then
travis_retry git fetch --unshallow;
Expand Down

0 comments on commit 2fea571

Please sign in to comment.