for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
build: environment: php: version: 7.0.7 tests: override: - command: 'bin/phpspec run'
filter: excluded_paths: - 'spec/*' checks: php: true coding_style: php: spaces: around_operators: concatenation: true build: true