Completed
Push — master ( 787a85...e1e02b )
by Mantas
02:06
created

Checkout Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
            other:
                after_type_cast: false
build:
  environment:
          php:
              version: 7.1.0     # Common versions: 5.4, 5.5, 5.6, 7.0 or hhvm

  tests:
          override:
              -
                  command: 'phpunit --coverage-clover=build/logs/clover.xml'
                  coverage:
                      file: 'build/logs/clover.xml'
                      format: 'clover'

Repository Config

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