Test Failed
Push — master ( 58f022...da8966 )
by
01:18
created

Checkout Config

checks:
    php:
        code_rating: true
        duplication: true

build:
    tests:
        override:
            -
                command: './bin/phpunit --coverage-clover=.omise-coverage && ./bin/phpspec run -fpretty'
                coverage:
                    file: '.omise-coverage'
                    format: 'clover'
    environment:
        php:
            version: '7.1'

filter:
    paths: ["src"]
    excluded_paths:
        - "spec/"
        - "tests/"