Completed
Push — master ( 0f74d8...48caa0 )
by Maurício
02:18
created

Checkout Config

checks:
  php: true

filter:
  excluded_paths:
    - ci/sami-config.php

  dependency_paths:
    - vendor/

build:
  nodes:
    analysis:
      environment:
        php: 7.1
      tests:
        override:
          - php-scrutinizer-run
          - phpcs-run

Repository Config

coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
build:
    tests:
        override:
            -
                command: './vendor/bin/phpunit -c phpunit.xml'
                coverage:
                    file: 'coverage.xml'
                    format: 'php-clover'