checks:
php: true
coding_style:
php: { }
filter:
excluded_paths: ["bin/*", "tests/*", "vendor/*"]
build:
environment:
php:
version: "7.0.4"
# tests:
# override:
# -
# command: "php bin/phpunit -c phpunit.xml --colors=always --verbose --coverage-clover=coverage.xml"
# coverage:
# file: "coverage.xml"
# format: "php-clover"
filter:
excluded_paths:
- 'tests/*'
checks:
php: true
coding_style:
php:
spaces:
around_operators:
concatenation: true
build: true