checks: php: true filter: excluded_paths: - test/* build: environment: php: version: 5.6 tests: override: - command: composer test coverage: file: report/coverage/clover.xml format: php-clover
filter: excluded_paths: - 'test/*' checks: php: true coding_style: php: spaces: around_operators: concatenation: true other: after_type_cast: false build: true