build:
environment:
php:
version: 7.1.1
tests:
override:
-
command: 'vendor/bin/phpspec run -c phpspec-ci.yml '
coverage:
file: 'clover.xml'
format: 'clover'
filter:
excluded_paths:
- 'spec/*'
checks:
php: true
coding_style:
php:
indentation:
general:
size: 1
spaces:
around_operators:
concatenation: true
within:
brackets: true
build: true