for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
filter: excluded_paths: - 'vendor/*' - 'test/*' build: environment: php: 5.6.9 php: 7.0.6 tests: override: - command: 'phpunit --coverage-clover=some-file' coverage: file: 'some-file' format: 'clover'