Test Setup Failed
Push — master ( 87bc38...9d57f0 )
by Adam
02:41
created

Checkout Config

build:
    environment:
        php: '5.6.0'

before_commands:
- "composer install --prefer-source"

checks:
    php:
        code_rating: true
        duplication: true

Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php:
        spaces:
            before_keywords:
                else: false
build: true