Completed
Pull Request — master (#3)
by Michael
02:51
created

Checkout Config

build:
  nodes:
    analysis:
      tests:
        override:
          - php-scrutinizer-run

filter:
  excluded_paths:
    - "tests/"
    # Everything in a root level "tests" directory will be excluded

checks:
  php: true

tools:
# Wait for code coverage to be pushed from travis-ci
  external_code_coverage:
    timeout: 600    # Timeout in seconds.

Repository Config

build:

filter:

checks:

coding_style: