Completed
Push — develop ( 759e79...2a8719 )
by Ludwig
04:31
created

Checkout Config

build:
  dependencies:
    before:
      - 'pecl install mailparse-2.1.6'
  environment:
    postgresql: false
    redis: false
  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