Passed
Branch stable (ac2c50)
by Nuno
03:26 queued 31s
created

Checkout Config

checks:
    php:
        code_rating: true
        duplication: true

build:
    environment:
        php:
            version: '7.1'
    tests:
        override:
            -
                command: 'composer require illuminate/database illuminate/log && php vendor/bin/phpunit --coverage-clover=coverage.clover'
                coverage:
                    file: 'coverage.clover'
                    format: 'clover'

Repository Config

# language: php