filter: excluded_paths: - 'tests/*' checks: php: true coding_style: php: indentation: general: size: 2 spaces: around_operators: concatenation: true build: environment: php: version: 7.0.8 tests: override: - command: 'phpunit --coverage-clover=coverage tests' coverage: file: 'coverage' format: 'clover'