Passed
Push — master ( 238095...c30b46 )
by Andreas
08:40
created

Checkout Config

checks:
    php: true

filter:
    excluded_paths:
        - tests/*
        - vendor/*
build:
    environment:
        php:
            version: 7.2
            pecl_extensions:
                - xdebug
    tests:
        override:
            -
                command: 'vendor/bin/phpunit --coverage-clover=clover.xml'
                coverage:
                    file: 'clover.xml'
                    format: 'clover'

Repository Config

# language: php

# tests: true