Completed
Push — master ( 746635...1250b5 )
by Pavel
04:18
created

Checkout Config

build:
  tests:
    override:
      -
        command: phpunit --coverage-clover=build/clover.xml
        coverage:
          file: build/clover.xml
          format: php-clover

Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php:
        spaces:
            other:
                after_type_cast: false
build: true