filter:
excluded_paths:
- 'vendor/*'
- 'tests/*'
checks:
php: true
coding_style:
php:
spaces:
within:
brackets: true
build:
environment:
php: '5.6.9'
tests:
override:
-
command: 'phpunit --coverage-clover=build/clover.xml'
coverage:
file: 'build/clover.xml'
format: 'clover'