aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2015-09-22 09:08:37 +0100
committerXu Cheng2015-09-23 21:46:44 +0800
commita782406cc33b6833477bbe4191c67fd569666304 (patch)
treedf089c4ef9dc22ffa7ab3494df4b339587a22a84
parent43f3ba9caa28bc5918484c86c6afd1012c5847ac (diff)
downloadbrew-a782406cc33b6833477bbe4191c67fd569666304.tar.bz2
travis.yml: check /usr/local permissions.
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index e3c6c87f6..2ba68454a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,6 +17,7 @@ matrix:
before_install:
- sudo rsync -az "$TRAVIS_BUILD_DIR/" /usr/local/
- export TRAVIS_BUILD_DIR="/usr/local"
+ - sudo chown -R $USER /usr/local
- cd /usr/local
- if [ -f ".git/shallow" ]; then git fetch --unshallow; fi
- git reset --hard $TRAVIS_COMMIT