Passed
Push — master ( d2829c...baba2d )
by Marek
02:45
created

Checkout Config

build:
    environment:
        php:
            version: '7.1'
    tests:
        override:
            -
                command: 'bin/phpunit --configuration=tests/phpunit.xml --coverage-clover=clover.xml'
                coverage:
                    file: 'clover.xml'
                    format: 'php-clover'

checks:
    php:
        duplication: false

filter:
    paths:
        - 'src/*'

Repository Config

# language: php

# tests: true