Passed
Push — master ( d59b53...8a6658 )
by Alexandre
09:22
created

Checkout Config

checks:
  php: true

filter:
  paths: ["src/*"]

build:
  tests:
    override:
    - php-scrutinizer-run
    -
      command: vendor/bin/phpunit --coverage-clover=coverage
      coverage:
        file: coverage
        format: clover

  cache:
    directories:
    - vendor/
    - ~/.composer/cache/

  nodes:
    php71:
      environment:
        php: 7.1

    php72:
      environment:
        php: 7.2

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
        tests: true
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true