Test Failed
Branch master (74edad)
by david
02:19 queued 29s
created

Checkout Config

checks:
    javascript: true

build:
    environment:
        node: v9.0.0

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

Repository Config

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