Completed
Push — master ( 4af132...f6dd8d )
by Ivan
02:35
created

Checkout Config

filter:
    excluded_paths:
        - 'tests/*'
        - 'spec/*'

checks:
  php:
    code_rating: true
    duplication: true

coding_style:
    php:
        spaces:
            around_operators:
                negation: true

build:
  tests:
    override:
      -
        command: 'vendor/bin/phpspec run -f progress -c phpspec-ci.yml'
        coverage:
          file: 'coverage.clover'
          format: 'php-clover'

Repository Config

# language: php