Passed
Push — master ( 126a5c...58f022 )
by
01:23
created

Checkout Config

checks:
    php:
        code_rating: true
        duplication: true

build:
    tests:
        override:
            -
                command: './bin/phpunit && ./bin/phpspec run -fpretty'
    environment:
        php:
            version: '7.1'

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