# .scrutinizer.yml build: environment: php: version: 7.2 # Common versions: 5.4, 5.5, 5.6, 7.0, 7.1, 7.2, or hhvm nodes: coverage: tests: override: - command: ./phpunit coverage: file: coverage.xml # <- Set this to where we find the coverage data. format: clover
build: nodes: analysis: project_setup: override: - 'true' tests: override: - php-scrutinizer-run - command: phpcs-run use_website_config: true tests: true filter: excluded_paths: - 'tests/*' checks: php: true coding_style: php: spaces: around_operators: concatenation: true