filter: excluded_paths: [tests, vendor] build: environment: php: version: 7.0.7 tests: override: - command: 'vendor/bin/phpunit --coverage-clover=some-file' coverage: file: 'some-file' format: 'clover'
checks: php: true filter: { } coding_style: php: spaces: general: linefeed_character: return-newline around_operators: concatenation: true build: true