Completed
Push — master ( 0d8f8f...2022d9 )
by Kamil
02:45
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