filter: excluded_paths: - 'tests/*' checks: php: true build: environment: php: '5.6' tests: override: - command: 'vendor/phpunit/phpunit/phpunit --coverage-clover=.coverage.tmp' coverage: file: '.coverage.tmp' format: 'clover'
filter: excluded_paths: - 'tests/*' checks: php: true coding_style: php: spaces: around_operators: concatenation: true