diff options
| author | Mike McQuaid | 2015-11-29 16:19:55 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2015-11-29 16:19:55 +0000 | 
| commit | 2fea57186374532133e14ee68fdb1d1365a9bae1 (patch) | |
| tree | b3093291efe15bb7c85c446777502874b4009519 | |
| parent | c0f33d650f28b6f3888521e899bc724d830634a3 (diff) | |
| download | brew-2fea57186374532133e14ee68fdb1d1365a9bae1.tar.bz2 | |
travis.yml: chown /usr/local.
| -rw-r--r-- | .travis.yml | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/.travis.yml b/.travis.yml index e8b341ffd..817665a60 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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; | 
