Passed
Branch master (f6133f)
by Manolo
03:23
created

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
                    - js-scrutinizer-run
        tests:
            tests:
                override:
                    - 'vendor/bin/simple-phpunit'
checks:
    php: true
    javascript: true
coding_style:
    php: {  }
filter: 
    excluded_paths:
        - vendor/*
        - Tests/*