Try forcing the logs folder to be writable
This commit is contained in:
parent
3d464076a7
commit
f9027d2b73
1 changed files with 2 additions and 0 deletions
|
@ -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/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue