Completed
Push — master ( f80dc5...ab737b )
by Jonathan
03:11
created

Checkout Config

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

checks:
    php:
        code_rating: true
        duplication: true
build:
    environment:
        php:
            version: 5.6
    tests:
        override:
            -
                command: 'vendor/bin/phpunit --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, src/views]