Make dir where json log will end up.

This commit is contained in:
James Cole 2017-03-19 20:39:27 +01:00
parent 92549c4485
commit 61526df245
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -17,6 +17,7 @@ install:
- php artisan env
- cp .env.testing .env
- mv storage/database/databasecopy.sqlite storage/database/database.sqlite
- mkdir -p build/logs
script:
- phpunit -c phpunit.coverage.xml