Passed
Push — master ( 40d779...f18803 )
by Michał
01:04
created

Checkout Config

build:
    environment:
        php:
            version: 7.1, 7.2, 7.3
    tests:
        override:
            -
                command: 'vendor/bin/phpunit --coverage-clover=build/logs/clover.xml'
                coverage:
                    file: 'build/logs/clover.xml'
                    format: 'clover'

Repository Config

# language: php

# tests: true