filter: excluded_paths: - '*/spec/*' - '*/tests/*' checks: php: true coding_style: php: spaces: around_operators: concatenation: true other: after_type_cast: false build: environment: php: '7.0.8' tests: override: - command: 'phpunit --configuration phpunit.xml --coverage-clover=phpunit-coverage.cov' coverage: file: 'phpunit-coverage.cov' format: 'clover' - ./vendor/bin/phpspec --config=phpspec.yml run