inherit: true build: environment: php: version: '5.6' postgresql: false redis: false project_setup: before: # a workaround for https://github.com/sebastianbergmann/phpunit/issues/1976 - stty cols 80 tests: override: - command: 'phpunit --coverage-clover=clover.xml --bootstrap vendor/autoload.php' coverage: file: 'clover.xml' format: 'php-clover' filter: paths: [src/**]