aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMike McQuaid2015-11-29 16:19:55 +0000
committerMike McQuaid2015-11-29 16:19:55 +0000
commit2fea57186374532133e14ee68fdb1d1365a9bae1 (patch)
treeb3093291efe15bb7c85c446777502874b4009519 /.travis.yml
parentc0f33d650f28b6f3888521e899bc724d830634a3 (diff)
downloadbrew-2fea57186374532133e14ee68fdb1d1365a9bae1.tar.bz2
travis.yml: chown /usr/local.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
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;