Passed
Push — master ( b3a764...af9fd5 )
by Tobias
02:10
created

Checkout Config

checks:
    javascript: true

build:
    environment:
        mongodb: true

    dependencies:
        before:
            command: nvm install node

    tests:
        override:
            -
                command: 'npm run test'
                coverage:
                    file: 'coverage/clover.xml'
                    format: 'clover'

Repository Config

checks:
    javascript: true
build:
    nodes:
        analysis:
            environment:
                node:
                    version: 6.0.0
        tests: true