build: nodes: analysis: project_setup: override: - 'true' tests: override: - php-scrutinizer-run - command: phpcs-run use_website_config: true services: mariadb: 10.2 coverage: tests: before: - 'bin/console doctrine:database:create --env=test --if-not-exists' - 'bin/console doctrine:schema:update --force --env=test --complete' - 'bin/console doctrine:fixtures:load --env=test --no-interaction' tests: true environment: node: 8.11 filter: excluded_paths: - 'tests/*' - 'bin/*' checks: php: true coding_style: php: { }