1
0
Fork 0
mirror of https://github.com/Oreolek/kangana.git synced 2024-05-04 18:18:17 +03:00

sudo for chmod

This commit is contained in:
Alexander Yakovlev 2016-11-12 17:38:28 +07:00
parent 906a4fcddb
commit bac854a73d

View file

@ -4,11 +4,12 @@ php:
cache:
directories:
- vendor
sudo: required
before_script:
- composer install --prefer-dist
- phpenv config-rm xdebug.ini
- chmod -R +w `pwd`/application/logs
- chmod -R +w `pwd`/application/cache
- sudo chmod -R +w `pwd`/application/logs
- sudo chmod -R +w `pwd`/application/cache
# install CodeSniffer for Kohana Coding Standards checks
# - git clone https://github.com/squizlabs/PHP_CodeSniffer.git php-codesniffer --depth=1
# Install Kohana Coding Standards