Completed
Push — develop ( f4bf89...9fcb81 )
by Ludwig
02:21
created

Checkout Config

build:
  dependencies:
    before:
      - 'pecl install mailparse-2.1.6'
  environment:
    postgresql: false
    redis: false
    php:
        version: 5.6
  tests:
    override:
      -
        command: 'phpunit --coverage-clover=cov.xml'
        coverage:
          file: 'cov.xml'
          format: 'clover'
filter:
    paths: ["src/*"]
    excluded_paths:

Repository Config

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