Completed
Push — master ( b44091...99dbe8 )
by Sergii
15:53 queued 10:31
created

Checkout Config

build:
  environment:
        php:
            version: 7.1
  dependencies:
          before:
              - composer install --prefer-source
  tests:
    override:
      -
        command: 'bash run-tests.sh'
        coverage:
          file: 'tests/_output/coverage.xml'
          format: clover
imports:
    - php
checks:
  php:
    code_rating: true
    duplication: true
filter:
  excluded_paths:
    - vendor/*
    - tests/*
tools:
    php_sim: false
    php_cpd: false
    php_pdepend: true
    php_analyzer: true
    php_changetracking: true
filter:
    excluded_paths:
        - tests/*
        - vendor/*

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
            environment:
                node:
                    version: 6.0.0
        tests: true
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        indentation:
            general:
                size: 1