Completed
Pull Request — master (#7)
by Kamil
02:29
created

Checkout Config

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

Repository Config

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