checks:
php: true
filter:
paths: [src/*]
excluded_paths:
- 'tests/*'
coding_style:
php: { }
build:
build:
environment:
php: '5.6.31'
tests:
override:
-
command: 'vendor/bin/phpunit -c phpunit.xml'
coverage:
file: 'coverage/coverage-clover.xml'
format: 'clover'