checks:
php: true
filter: { }
coding_style:
php: { }
build:
environment:
php: 7.0.13
tests:
override:
-
command: 'phpunit --coverage-clover=some-file'
coverage:
file: 'some-file'
format: 'clover'