filter:
excluded_paths:
- 'tests/*'
checks:
php: true
coding_style:
php:
spaces:
other:
after_type_cast: false
build:
tests:
before:
- composer create-project --no-interaction
override:
-
command: 'phpunit'
coverage:
file: 'build/logs/clover.xml'
format: 'php-clover'
environment:
php:
version: 5.6.9