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

mkdir instead of chmod's

This commit is contained in:
Alexander Yakovlev 2016-11-12 17:41:15 +07:00
parent bac854a73d
commit 5524e74deb

View file

@ -4,12 +4,11 @@ php:
cache:
directories:
- vendor
sudo: required
before_script:
- composer install --prefer-dist
- phpenv config-rm xdebug.ini
- sudo chmod -R +w `pwd`/application/logs
- sudo chmod -R +w `pwd`/application/cache
- mkdir `pwd`/application/logs
- mkdir `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