for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
build: tests: override: - command: 'wget https://phar.phpunit.de/phpunit.phar --output-document=./phpunit; php phpunit --colors=always' coverage: file: '/tmp/coverage.xml' format: 'clover'
# language: php # tests: true