Completed
Push — master ( b67e90...998fa4 )
by Constantin
06:57
created

Checkout Config

filter:
    excluded_paths:
        - tests/*

checks:
    php: true

build:
    environment:
            php:
                version: 7.1       # Common versions: 5.4, 5.5, 5.6, 7.0, 7.1, or hhvm
    tests:
        override:
            -
                command: 'vendor/bin/phpunit  --configuration tests/phpunit.xml --coverage-clover=coverage.clover tests/'
                coverage:
                    file: 'coverage.clover'
                    format: 'clover'

Repository Config

# language: php

# tests: true