Completed
Push — master ( 66a620...c94f97 )
by Thijs
04:08
created

Checkout Config

build:
    environment:
        php:
            version: 7.0
    tests:
        override:
            -
                command: 'phpunit --coverage-clover=coverage.xml'
                coverage:
                    file: 'coverage.xml'
                    format: 'php-clover'

filter:
    excluded_paths:
        - 'tests/*'

checks:
    php: true

Repository Config

# language: php

# tests: true