for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
build: tests: override: - command: 'phpunit --coverage-clover=some-file' coverage: file: 'some-file' format: 'clover' environment: php: version: 7.0.7 # Common versions: 5.4, 5.5, 5.6, 7.0 or hhvm
# language: php # tests: true