Update CI scripts.

This commit is contained in:
James Cole
2021-04-06 17:00:00 +02:00
parent 69b1769f22
commit 8572280b7b
3 changed files with 15 additions and 2 deletions

View File

@@ -21,12 +21,13 @@
#
# Install composer packages
composer install --no-scripts --no-ansi
#composer install --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
# ./vendor/bin/phpstan analyse -c .ci/phpstan.neon --no-progress
./vendor/bin/phpstan analyse -c .ci/phpstan.neon
exit 0