# .scrutinizer.yml build: nodes: php70: environment: php: 7.0 tests: override: - command: 'vendor/bin/phpunit --coverage-clover=/tmp/coverage.xml' coverage: file: '/tmp/coverage.xml' format: 'clover' checks: php: true filter: excluded_paths: - tests/* - vendor/* paths: - src/*
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 filter: excluded_paths: - 'tests/*' checks: php: phpunit_assertions: true coding_style: php: { }