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