Fix env file, fix logging

This commit is contained in:
James Cole
2020-08-01 05:49:45 +02:00
parent 07b93037b3
commit 3d5230228e
2 changed files with 6 additions and 4 deletions

View File

@@ -3,6 +3,8 @@
# Install composer packages
composer install --no-suggest --no-scripts --no-ansi
# enable test .env file.
cp .ci/.env.ci ../.env
# Do static code analysis.
./vendor/bin/phpstan analyse -c .ci/phpstan.neon --no-progress