Passed
Push — feature/786_podcasts ( df86c0...aa174f )
by Pauli
04:44 queued 02:43
created

Checkout Config

imports:
    - javascript
    - php

filter:
    excluded_paths: [js/vendor/*, js/public/app.js, tests/]
    dependency_paths:
        - vendor/christophwurst/nextcloud
        - vendor/doctrine/dbal
        - 3rdparty/getID3/getid3

# Code coverage is not collected at the moment to speed up the Scrutinizer analysis, especially on the
# private fork of the project where there is no Travis running the tests.
#tools:
#    external_code_coverage:
#        timeout: 300    # Timeout in seconds, 5 minutes
#        runs: 2         # Scrutinizer waits for the first 2 coverage submissions (unit & integration)

build:
    nodes:
        analysis:
            dependencies:
                before:
                    - composer require --dev "christophwurst/nextcloud ^13.0.0"
                    - composer require --dev doctrine/dbal
            tests:
                override:
                    - php-scrutinizer-run