for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
checks: php: true build: environment: php: version: 5.6, 7.0 tests: override: - command: 'vendor/phpunit/phpunit/phpunit -c phpunit.xml.dist --coverage-text'
checks: php: true filter: { } coding_style: php: { } build: true