From 906a4fcddb381df13aeb5250ab672d9a4b8f567d Mon Sep 17 00:00:00 2001 From: Alexander Yakovlev Date: Sat, 12 Nov 2016 17:37:34 +0700 Subject: [PATCH] travis permissions --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index d7bfbd9..b89f9ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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