Passed
Push — master ( 925cb8...9cc87f )
by Jordi
05:10
created

Checkout Config

build:
    environment:
        php:
            version: 5.6.9
    dependencies:
        before:
            - ./install.sh
    tests:
        override:
            -
                command: 'phpunit --coverage-clover=some-file'
                coverage:
                    file: 'some-file'
                    format: 'php-clover'
checks:
    php:
        code_rating: true
        duplication: true
filter:
    excluded_paths:
        - test/*
        - vendor/*

Repository Config

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