build: nodes: analysis: project_setup: override: - 'true' tests: override: - command: 'vendor/bin/phpunit --configuration phpunit.xml' environment: node: version: 6.0.0 tests: true filter: excluded_paths: - 'tests/*' checks: php: true coding_style: php: indentation: general: size: 1 spaces: around_operators: concatenation: true