for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
before_commands: - "composer install --prefer-source"
filter: excluded_paths: - 'tests/*' checks: php: { } coding_style: php: { } build: true