build:
nodes:
analysis:
project_setup:
override:
- 'true'
tests:
override:
-
command: 'vendor/bin/phpspec run -f pretty'
coverage:
file: coverage/coverage.xml
format: clover
-
command: phpcs-run
use_website_config: true
- js-scrutinizer-run
- php-scrutinizer-run
node-with-auto-setup:
tests:
override:
- true
dependencies:
override:
- true
project_setup:
override:
- true
filter:
excluded_paths:
- 'spec/*'
- '*.min.js'
checks:
php: true
javascript: true
coding_style:
php:
spaces:
around_operators:
concatenation: true