Completed
Push — master ( 405aa9...e576cb )
by nicolas
08:55
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'