for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
# default-configurations imports: - javascript - php checks: php: true tools: external_code_coverage: timeout: 1200 # Timeout 20min in seconds. php_cs_fixer: config: { level: psr2 } # or psr1 if you would just like to get fixes for PSR1