for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
build: environment: php: version: '7.0.8' tests: override: - command: vendor/bin/phpunit -c tests/phpunit.xml coverage: file: 'tests/coverage.xml' format: 'php-clover' checks: php: duplication: false filter: paths: - 'src/*'