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

travis permissions

This commit is contained in:
Alexander Yakovlev 2016-11-12 17:37:34 +07:00
parent 26afaf8626
commit 906a4fcddb

View file

@ -7,6 +7,8 @@ cache:
before_script:
- composer install --prefer-dist
- phpenv config-rm xdebug.ini
- chmod -R +w `pwd`/application/logs
- 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