Completed
Push — master ( b5142e...7e2034 )
by Florian
05:04 queued 02:46
created

Checkout Config

checks:
    php: true
build:
    environment:
        php:
            version: 7.0
    tests: true

Global Config

filter:
    excluded_paths: [vendor/*]
checks:
    php: true
tools:
    php_code_sniffer:
        config:
            standard: "PSR2"
build:
    environment:
        php:
            version: 7.0
            ini:
                'date.timezone': 'Paris/Europe'
    tests:
        override:
            -
                command: 'phpunit --coverage-clover coverage.xml'
                coverage:
                    file: 'coverage.xml'
                    format: 'php-clover'