build: environment: php: version: '7.2' nodes: analysis: project_setup: override: true tests: override: - php-scrutinizer-run --enable-security-analysis - phpcs-run coverage: tests: override: - command: vendor/bin/phpunit coverage: file: tests/clover.xml format: clover checks: php: true filter: excluded_paths: - tests/*
checks: php: true filter: { } coding_style: php: spaces: around_operators: concatenation: true build: nodes: analysis: project_setup: override: ['true'] tests: override: [php-scrutinizer-run] tests: true