Passed
Push — master ( c1d5ad...2deeb6 )
by Justin
03:10
created

Checkout Config

build:
  environment:
    php:
      version: 5.6.0
      ini:
        'date.timezone': 'America/New_York'
  tests:
    override:
      -
        command: '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