build: environment: php: version: 7.1.1 tests: override: - command: 'bin/phpspec run -c phpspec-ci.yml' coverage: file: 'coverage.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