Completed
Push — master ( eb2d2b...be4f62 )
by Maxence
02:37
created

Checkout Config

build:
    environment:
        php:
            version: 7.0.7

    tests:
        before:
            - 'cp src/ParseServerMigration/Config.php.dist src/ParseServerMigration/Config.php'
        override:
            -
                command: 'phpunit --coverage-clover=some-file'
                coverage:
                    file: 'some-file'
                    format: 'clover'

checks:
    php:
        code_rating: true
        duplication: true

Repository Config

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