Passed
Pull Request — master (#4)
by Justin
02:44 queued 41s
created

Checkout Config

build:
  environment:
    php:
      version: 7.1
      ini:
        'date.timezone': 'America/New_York'
  tests:
    override:
      -
        command: 'vendor/bin/phpunit'
        coverage:
          file: 'build/logs/clover.xml'
          format: 'php-clover'
filter:
  excluded_paths:
    - "tests/"
    - "app/"

Repository Config

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