build:
tests:
override:
-
command: 'wget https://phar.phpunit.de/phpunit-5.7.phar --output-document=./phpunit; php phpunit --whitelist . --coverage-clover=coverage.clover --bootstrap vendor/autoload.php tests'
coverage:
file: 'coverage.clover'
format: 'clover'
filter:
excluded_paths:
- 'tests/*'
checks:
php: true
coding_style:
php: { }
build: true