Passed
Push — master ( 08808f...9f6d22 )
by
01:34
created

Checkout Config

checks:
    php:
        code_rating: true
        duplication: true

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

filter:
    paths: ["src/"]
    excluded_paths:
        - "spec/"
        - "tests/"
#
#tools:
#    external_code_coverage:
#        timeout: 1800
#        runs: 2