Completed
Branch master (07911b)
by Anton
02:58 queued 13s
created

Checkout Config

imports:
  - php

filter:
  excluded_paths: [vendor/*, test/*]

build:
  dependencies:
    before:
      -
        command: make install
  tests:
    override:
      -
        command: make test
        coverage:
          file: build/coverage.clover
          format: php-clover