Passed
Push[email protected] ( d63fea...ca33e9 )
by Bruno
04:07
created

Checkout Config

checks:
    php:
        code_rating: true
        duplication: true
        excluded_dependencies:
            - magento/*

filter: 
    excluded_paths:
         - vendor

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

Repository Config

build:
  environment:
    variables:
      MAGENTO_USERNAME: '7873bd9b7b40efc1d5552c59e9e93bd1'
      MAGENTO_PASSWORD: '8e26c74f50ab2057f9a687bde998cd02'

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