for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
inherit: true build: tests: override: - command: 'vendor/bin/phpspec run -n -fpretty' coverage: file: 'coverage.xml' format: 'clover'
# language: php