Test Failed
Push — master ( 4737c8...6f8dd0 )
by Tobias
01:57
created

Checkout Config

checks:
    javascript: true

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