Passed
Push — master ( f499cb...25c4b4 )
by Michael
07:07 queued 03:12
created

Checkout Config

# language: php
checks:
    php: true
build:
    nodes:
        tests: true
        analysis:
            tests:
                override:
                    -
                        command: phpcs-run
                        use_website_config: true
                    - php-scrutinizer-run

Repository Config

imports:
    - php
checks:
    php: true
build:
    nodes:
        tests: true
        analysis:
            tests:
                override:
                    -
                        command: phpcs-run
                        use_website_config: true
                    - php-scrutinizer-run

Global Config

build:
    nodes:
        tests: true
        analysis:
            dependencies:
                after:
                # The following installs the most recent XOOPS CMS version, you might want
                # to install a specific release tag or branch instead.
                - git clone --depth=1 https://github.com/XOOPS/XoopsCore25
                - git clone --depth=1 https://github.com/mambax7/tag
            project_setup:
filter:
    dependency_paths:
    - XoopsCore25/*
    - tag/*
build:
    nodes:
        analysis:
            project_setup:
                override: true
            tests:
                override:
                    - php-scrutinizer-run --enable-security-analysis