build: nodes: analysis: project_setup: override: - 'true' tests: override: - php-scrutinizer-run - command: phpcs-run use_website_config: true environment: variables: JOBQUEUE_ENV: 'test' php: version: 7.1 node: version: 6.0.0 redis: true tests: true environment: variables: JOBQUEUE_ENV: 'test' php: version: 7.1 redis: true tests: before: - command: 'cp config/services_dev.yml.template config/services_test.yml' stop_on_failure: true override: - command: 'vendor/bin/phpunit --coverage-clover=coverage' coverage: file: 'coverage' format: 'clover' filter: excluded_paths: - 'bin/*' - 'cache/*' checks: php: true coding_style: php: spaces: around_operators: concatenation: true