build: environment: php: version: 5.6 tests: override: - phpcs-run --standard=.cs/cs_ruleset.xml --extensions=php src - phpcs-run --standard=.cs/cs_ruleset.xml --extensions=php tests - command: phpunit --coverage-clover=collection.clover coverage: file: collection.clover format: php-clover checks: php: true filter: excluded_paths: - vendor/* - .idea - .codeclimate.yml - .scrutinizer.yml
filter: excluded_paths: - 'tests/*' checks: php: true coding_style: php: spaces: within: brackets: true other: after_type_cast: false