for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
build: tests: override: - command: 'bin/phpspec run -f progress -c phpspec-ci.yml' coverage: file: 'coverage.xml' format: 'clover'
filter: excluded_paths: - 'spec/*' checks: php: simplify_boolean_return: true coding_style: php: { } build: true