Passed
Push — master ( 64b813...0fa737 )
by Carlos C
04:57
created

Checkout Config

filter:
    excluded_paths:
        - 'tests/'
        - 'vendor/'

tools:
    external_code_coverage:
        timeout: 600 # default is 300 seconds, travis build can take more than that

build:
    dependencies:
        override:
            - composer self-update --no-interaction --no-progress
            - composer remove squizlabs/php_codesniffer friendsofphp/php-cs-fixer phpstan/phpstan --dev --no-interaction --no-progress --no-update
            - composer install --no-interaction
    nodes:
        analysis:
            tests:
                override:
                    - php-scrutinizer-run --enable-security-analysis