build:
tests:
override:
- 'ls -al'
-
command: 'bin/phpspec run -f progress -c phpspec-ci.yml'
coverage:
file: 'coverage.clover'
format: 'php-clover'
filter:
excluded_paths:
- 'spec/*'
checks:
php: true
coding_style:
php: { }
build: true