filter:
excluded_paths:
- 'tests/*'
- 'vendor/*'
before_commands:
- 'composer install'
checks:
php: true
coding_style:
php:
spaces:
around_operators:
concatenation: true
build:
tests:
before:
- 'composer --install'
- 'phpunit tests'
filter:
excluded_paths:
- 'tests/*'
checks:
php: true
coding_style:
php:
spaces:
around_operators:
concatenation: true
build: true