checks: php: true filter: paths: [src/*] excluded_paths: [test/*, vendor/*, build/*, docs/*] build: environment: php: 7.0.8 tests: override: - command: 'phpunit --coverage-clover=some-file' coverage: file: 'some-file' format: 'clover'
filter: excluded_paths: - 'test/*' checks: php: true coding_style: php: { }