Passed
Branch [email protected] (f2c26b)
by Bruno
05:54
created

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
checks:
    php: true
coding_style:
    php: {  }
filter: {  }

Global Config

filter: 
    excluded_paths:
         - vendor

credentials:
    http_basic:
        'repo.magento.com':
            username: '1b7e4d3816da1020cbf1ce870497aa20'
            password: '47a3ec4385a7b34da034ae8dbadfaa15z'
build:
    environment:
            php:
                version: 7.3
    dependencies:
        before:
            - 'echo "{\"http-basic\":{\"repo.magento.com\":{\"username\":\"1b7e4d3816da1020cbf1ce870497aa20\",\"password\":\"47a3ec4385a7b34da034ae8dbadfaa15\"}}}" > auth.json'
            - /home/scrutinizer/.phpenv/shims/php /usr/bin/composer.phar self-update --1
    nodes:
        analysis:
            tests:
                override:
                    - php-scrutinizer-run