Passed
Push — master ( b8d750...405aa9 )
by nicolas
04:30 queued 03:01
created

Repository Config

filter:
    excluded_paths:
        - 'spec/*'
checks:
    php: true
coding_style:
    php: {  }
build:
    environment:
        php: '7.2'
    tests:
        override:
            -
                command: './bin/phpspec run'
                coverage:
                    file: 'coverage.clover'
                    format: 'clover'