Passed
Push — master ( c502af...d8afe7 )
by Nate
04:17
created

Checkout Config

checks:
    php:
        excluded_dependencies:
            - flipboxdigital/spark
build:
  environment:
    timezone: UTC
    php:
      version: 7.1
      ini:
        date.timezone: 'UTC'
        memory_limit: '-1'

Repository Config

checks:
    php: true
    javascript: true
filter:
    excluded_paths:
        - '*.min.js'
        - '*/dist/*'
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true