Merge pull request #2587 from wiredfool/travis-debugging

Change the owner of the TRAVIS_BUILD_DIR
This commit is contained in:
wiredfool 2017-06-21 21:30:59 +01:00 committed by GitHub
commit 686663c457

View File

@ -48,6 +48,8 @@ script:
if [ "$DOCKER" == "" ]; then
.travis/script.sh
else
# the Pillow user in the docker container is UID 1000
sudo chown -R 1000 $TRAVIS_BUILD_DIR
docker run -v $TRAVIS_BUILD_DIR:/Pillow pythonpillow/$DOCKER
fi