Passed
Push — master ( 815f84...4133c2 )
by Steffen
01:36
created

Checkout Config

build:
    environment:
        php:
            version: "7.1"
            ini:
                'date.timezone': 'Europe/Berlin'
    tests:
        override:
            -
                command: 'bin/phpunit --coverage-clover=clover'
                coverage:
                    file: 'clover'
                    format: 'clover'
checks:
    php: true

Repository Config

# language: php

# tests: true