filter:
excluded_paths:
- 'tests/*'
checks:
php: { }
coding_style:
php:
indentation:
general:
size: 1
build:
environment:
php:
version: 5.6.9 # Common versions: 5.4, 5.5, 5.6, 7.0 or hhvm
build:
tests:
override:
-
command: 'phpunit --coverage-clover=some-file'
coverage:
file: 'some-file'
format: 'clover'