Passed
Pull Request — master (#1)
by nicolas
07:28
created

Repository Config

build:
    environment:
        php: '7.0'
    tests:
        override:
            -
                command: './vendor/bin/phpunit'
                coverage:
                    file: 'build/logs/clover.xml'
                    format: 'clover'
            - true
    cache:
        directories:
            - vendor/
            - bin/
            - ~/.composer
checks:
    php: true
filter: {  }
coding_style:
    php: {  }