Test Failed
Push — ci-config ( 323ee5...4b1b42 )
by Herberto
03:43
created

Checkout Config

build:
  environment:
    variables:
      ENV: 'ci'
    mysql: false
    postgresql: false
    redis: false
    rabbitmq: true
    php:
      version: 7.1
  tests:
    override:
      -
        command: make test_with_coverage
        coverage:
          file: coverage.clover.xml
          format: php-clover

filter:
  excluded_paths:
    - "bin/*"
    - "tests/*"
    - "vendor/*"

build_failure_conditions:
  - 'issues.new.exists'

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/*'
        - 'bin/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true