Test Failed
Branch master (d768bd)
by Giancarlos
06:23
created

Repository Config

build:
    dependencies:
        before:
            - sudo apt-get update
            - sudo apt-get install -y xvfb libfontconfig wkhtmltopdf
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    command: "php -v"
            environment:
                node:
                    version: 6.0.0
        tests: true
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        indentation:
            general:
                size: 1
        spaces:
            around_operators:
                concatenation: true