for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
checks: php: true filter: { } build: environment: php: '7.1.1' cache: directories: - vendor/ - ~/.composer/cache/files tests: override: - command: 'vendor/bin/phpunit --coverage-clover=coverage' coverage: file: 'coverage' format: 'clover'