Passed
Push — master ( 3c335e...991f2f )
by Jonathan
02:33 queued 14s
created

Checkout Config

filter:
    excluded_paths: [vendor/*, tests/*, src/config/*]

checks:
    php:
        code_rating: true
        duplication: true
build:
    environment:
        php:
            version: 7.1
    tests:
        before:
            - 'wget https://phar.phpunit.de/phpunit-6.5.6.phar -O phpunit.phar'
        override:
            -
                command: 'php phpunit.phar --configuration phpunit.travis.xml --coverage-text'
                coverage:
                    file: 'coverage.clover'
                    format: 'php-clover'

tools:
    external_code_coverage: false
    php_mess_detector: true
    php_cpd: true
    php_pdepend:
        excluded_dirs: [vendor, tests, src/config]