Test Setup Failed
Push — master ( d3b2f5...c44428 )
by
unknown
59s
created

Checkout Config

build:
  environment:
    php:
      version: 7.1

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        indentation:
            general:
                size: 1
build:
    environment:
        php: '5.5.25'
    tests:
        override:
            -
                command: 'phpunit --coverage-clover=coverage'
                coverage:
                    file: 'coverage'
                    format: 'php-clover'