Completed
Pull Request — master (#9)
by Lars
02:26
created

Checkout Config

build:
  environment:
    php:
      version: 5.6.9 # Common versions: 5.4, 5.5, 5.6, 7.0 or hhvm
  tests:
    override:
      -
        command: 'phpunit --exclude-group=IntegrationTest --configuration phpunit.dist.xml --coverage-clover=clover.xml '
        coverage:
          file: 'clover.xml'
          format: 'php-clover'

Repository Config

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