Passed
Push — master ( e6311c...b968c4 )
by Michał
01:19
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