Completed
Push — master ( 377cb6...bce943 )
by Kamil
04:13
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:
        simplify_boolean_return: true

coding_style:
    php: {  }
build: true