Completed
Push — master ( da0724...0e84be )
by Zoltán
08:12
created

Checkout Config

build:
  tests:
    override:
      -
        command: 'phpunit --configuration=phpunit.xml --coverage-clover=coverage.clover'
        coverage:
          file: 'coverage.clover'
          format: 'php-clover'
tools:
  php_code_sniffer:
    config:
      standard: "PSR1"
filter:
  paths:
    - src/*

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php: {  }