for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
build: environment: php: 5.6 tests: override: - command: 'phpunit --coverage-clover=coverage-file' coverage: file: 'coverage-file' format: 'clover'
checks: php: true filter: { } coding_style: php: { } build: true