Completed
Push — master ( 287393...7ff50d )
by Raffael
18:27 queued 14:12
created

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    -   command: 'vendor/bin/phpunit -c phpunit.xml'
                        coverage:
                            file: 'build/coverage.xml'
                            format: 'clover'
            environment:
                node:
                    version: 6.0.0
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php: {  }