Copied to wrong path.

This commit is contained in:
James Cole 2020-08-01 05:56:32 +02:00
parent 3d5230228e
commit f76fd06055
No known key found for this signature in database
GPG Key ID: B5669F9493CDE38D

View File

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