build:
environment:
php:
version: '7.0.8'
tests:
override:
-
command: vendor/bin/phpunit -c tests/phpunit.xml
coverage:
file: 'tests/coverage.xml'
format: 'php-clover'
checks:
php:
duplication: false
filter:
paths:
- 'src/*'