Test Failed
Pull Request — master (#15)
by Donald
02:32
created

Checkout Config

build:
  nodes:
    analysis:
      project_setup:
        override: true
      tests:
        override:
          - php-scrutinizer-run
          -
            command: phpcs-run
            use_website_config: true
      environment:
        php:
          version: 7.1.0

checks:
  php: true

filter:
  excluded_paths:
    - 'bin/*'
    - 'test/*'

tools:
  external_code_coverage:
    timeout: 600

Repository Config

checks:
    php: true
build:
    nodes:
        tests: true
        analysis:
            tests:
                override:
                    -
                        command: phpcs-run
                        use_website_config: true
                    - php-scrutinizer-run