for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
before_commands: - "composer install --prefer-dist" tools: php_mess_detector: true php_analyzer: true php_code_coverage: true php_pdepend: true