for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
filter: excluded_paths: - 'tests/*' checks: php: true build: environment: php: '5.6' tests: override: - command: 'phpunit --coverage-clover=.coverage.tmp' coverage: file: '.coverage.tmp' format: 'clover'
# language: php # tests: true