Test Failed
Push — master ( 04b63e...1cbff4 )
by
08:50
created

Checkout Config

checks:
    php:
        code_rating: true
        duplication: true

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

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

Repository Config

# language: php

# tests: true