filter: excluded_paths: - "tests/" - "vendor/" build: environment: php: version: 7.1.7 tests: override: - command: 'vendor/bin/phpunit --coverage-clover=some-file' coverage: file: 'some-file' format: 'clover'
build: nodes: analysis: project_setup: override: - 'true' tests: override: - php-scrutinizer-run - command: phpcs-run use_website_config: true environment: node: version: 6.0.0 tests: true checks: php: true filter: { } coding_style: php: spaces: general: linefeed_character: return-newline other: after_type_cast: false