Completed
Push — master ( ea9cfc...8dc8d9 )
by Raffael
12:43 queued 03:57
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: {  }