From: gggeek Date: Sat, 18 May 2019 10:38:55 +0000 (+0000) Subject: travis X-Git-Tag: 4.3.2~5 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=001b3bea828f2af55b78fcc7853d1a40422ce110;p=plcapi.git travis --- diff --git a/tests/ci/travis/setup_apache.sh b/tests/ci/travis/setup_apache.sh index ee33d942..e199c864 100755 --- a/tests/ci/travis/setup_apache.sh +++ b/tests/ci/travis/setup_apache.sh @@ -2,8 +2,8 @@ # make sure all files and folders are accisble by Apache -find . -type d -exec chmod 755 {} \; -#find . -type f -exec chmod 644 {} \; +sudo find /home -type d -exec chmod 755 {} \; +sudo find . -type f -name "*.php" -exec chmod 644 {} \; # set up Apache for php-fpm # @see https://github.com/travis-ci/travis-ci.github.com/blob/master/docs/user/languages/php.md#apache--php