Completed
Pull Request — master (#5)
by Kamil
61:58 queued 48:30
created

Checkout Config

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

Repository Config

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