for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
build: environment: php: version: 7.0.6 checks: php: true filter: excluded_paths: - "app/*" - "bin/*" - "tests/*" - "var/*" - "src/AppBundle/Fixture/*" - "src/AppBundle/Command/Composer/*"
# language: php # tests: true