checks:
php: true
filter:
excluded_paths:
- tests/*
build:
environment:
php:
version: 7.0
dependencies:
before:
- composer require symfony/symfony:3.0.*
tests:
override:
-
command: 'phpunit --coverage-clover=coverage'
coverage:
file: 'coverage'
format: 'php-clover'
checks:
php: true
filter: { }
coding_style:
php:
spaces:
around_operators:
concatenation: true
build: true