diff --git a/.travis.yml b/.travis.yml index 09de0608..f838a651 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,6 +38,7 @@ before_script: - psql -U travis -c 'create database travis_ci_test' - psql -U travis -d travis_ci_test -c 'create extension postgis' - cp .env.travis .env + - chmod 777 storage/logs - php artisan key:generate - php artisan migrate - php artisan db:seed @@ -50,3 +51,4 @@ script: #- phpdbg -qrr vendor/bin/phpunit --coverage-text - php artisan dusk --filter test_client_page_creates_new_note #- php artisan security:check + - ls -l storage/logs/