for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
build: environment: php: '5.5.25' tests: override: - command: 'phpunit --coverage-clover=test-results' coverage: file: 'test-results' format: 'clover'
filter: excluded_paths: - 'tests/*' - 'bin/*' checks: php: true coding_style: php: { } build: true