for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
build: environment: php: "7.0.8" tests: before: - "phpunit" before_commands: - "composer install --no-interaction --prefer-source"
checks: php: true filter: { } coding_style: php: spaces: around_operators: concatenation: true