Completed
Pull Request — master (#5)
by Vermeulen
01:16
created

Repository Config

build:
    nodes:
        analysis:
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
    environment:
        php:
            version: "7.1"

filter:
    excluded_paths:
        - 'test/*'
    dependency_paths:
        - 'vendor/*'

checks:
    php: true