Test Failed
Push — master ( e234a0...e601a4 )
by Tobias
01:54
created

Checkout Config

checks:
    javascript: true

build:
    environment:
        node: 'v7.10'

    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