Completed
Push — master ( 4d9ca3...1d0b3b )
by Peter
22:33
created

Checkout Config

build:
  environment:
    php:
      version: 7.0.8
      ini:
        'date.timezone': 'Europe/Berlin'
  dependencies:
  tests:
    before:
      - composer install
    override:
      -
        command: ./vendor/bin/phpunit --coverage-clover=my-coverage-file
        coverage:
          file: my-coverage-file
          format: php-clover
filter:
    excluded_paths:
        - tests/*

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
            other:
                after_type_cast: false
build: true