Completed
Push — master ( c29ffa...994d04 )
by Thijs
03:31
created

Checkout Config

build:
    environment:
        php:
            version: 7.0.8
    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

build:
    environment:
        php: '7.0.8'

checks:
    php:
        use_statement_alias_conflict: false