filter:
excluded_paths:
- 'spec/*'
checks:
php: true
coding_style:
php: { }
build:
environment:
php: '5.6.16'
tests:
override:
-
command: './bin/phpspec run -c ./phpspec.yml'
coverage:
file: 'coverage.xml'
format: 'clover'
- true
cache:
directories:
- vendor/
- bin/
- ~/.composer