Try forcing the logs folder to be writable

This commit is contained in:
Jonny Barnes 2017-02-22 18:22:16 +00:00
parent 3d464076a7
commit f9027d2b73

View file

@ -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/