checks:
php:
code_rating: true
duplication: true
filter:
excluded_paths:
- tests/*
build:
environment:
php:
version: 5.5, 5.6, 7.0 or hhvm
tests:
override:
-
command: 'phpunit --coverage-clover=my-coverage-file'
coverage:
file: 'my-coverage-file'
format: 'clover'
checks:
php: true
filter: { }
coding_style:
php:
spaces:
around_operators:
concatenation: true