Passed
Push — master ( 337592...89e42a )
by Dominik
03:17
created

Checkout Config

build:
    environment:
        timezone: 'Europe/Zurich'
        php:
            version: '7.0'
            ini:
                'date.timezone': 'Europe/Zurich'
    tests:
        override:
            -
                command: 'vendor/bin/phpunit --coverage-clover=coverage/clover.xml'
                coverage:
                    file: 'coverage/clover.xml'
                    format: 'php-clover'

checks:
    php: true

coding_style:
    php: {}

filter:
    excluded_paths:
        - 'tests/*'

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php: {  }