Test Setup Failed
Push — master ( 13928a...35a0ba )
by Petr
03:24
created

Checkout Config

build:
    environment:
        php:
            version: 7.0.0
    tests:
        override:
            -
                command: vendor/bin/phpunit --coverage-clover=coverage.xml
                coverage:
                    file: coverage.xml
                    format: php-clover
checks:
    php:
        code_rating: true
        duplication: true

Repository Config

# language: php

# tests: true