filter:
excluded_paths:
- "tests/"
- "vendor/"
build:
environment:
php:
version: 5.6
tests:
override:
-
command: 'vendor/bin/phpunit --coverage-clover=some-file'
coverage:
file: 'some-file'
format: 'clover'
checks:
php: true
filter: { }
coding_style:
php:
spaces:
around_operators:
concatenation: true
other:
after_type_cast: false
build: true