Completed
Push — master ( ec3f5a...4ff794 )
by Tom
03:20
created

Checkout Config

filter:
  excluded_paths:
    - 'tests/*'

build:
  environment:
    php: '7.2.13'
  dependencies:
    override:
      - 'composer update --prefer-dist --no-suggest --no-interaction'
  nodes:
    analysis:
      tests:
        override:
          - 'php-scrutinizer-run'
          - command: 'vendor/bin/phpinsights analyse ./ --format=checkstyle --no-interaction > analysis-phpinsights.xml'
            analysis:
              file: 'analysis-phpinsights.xml'
              format: 'general-checkstyle'

Repository Config

# language: php