for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
checks: php: true build: environment: php: version: 5.6.16 tests: override: - command: 'phpunit' coverage: file: 'tmp/phpunit-coverage-clover.xml' format: 'php-clover'
filter: excluded_paths: - 'test/*' checks: php: true coding_style: php: { }