checks:
php:
code_rating: true
duplication: true
build:
environment:
php:
version: 5.6 # Common versions: 5.4, 5.5, 5.6, 7.0 or hhvm
tests:
override:
-
command: 'phpunit --coverage-clover=some-file'
coverage:
file: 'some-file'
format: 'clover'
checks:
php: true
javascript: true
filter:
excluded_paths:
- '*.min.js'
coding_style:
php:
spaces:
around_operators:
concatenation: true
build: true