for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
build: environment: php: '5.6.0' before_commands: - "composer install --prefer-source" checks: php: code_rating: true duplication: true
checks: php: true filter: { } coding_style: php: spaces: before_keywords: else: false build: true