Passed
Branch master (a410d2)
by Matt
01:52 queued 17s
created

Repository Config

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/**]