Test Failed
Push — master ( 8575eb...e234a0 )
by Tobias
02:52 queued 01:11
created

Checkout Config

checks:
    javascript: true

build:
    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