for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
before_commands: - 'composer install --prefer-dist --no-interaction' filter: paths: - 'src/*' excluded_paths: - 'tests/*' checks: php: true coding_style: php: { }