Test Failed
Branch master (f46ed7)
by Zackarias
09:56 queued 05:06
created

Checkout Config

checks:
    javascript: true

build:
    environment:
        node: 'v8.9.0'

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

Repository Config

filter:
    excluded_paths:
        - '*.min.js'
        - 'dist/*'
checks:
    javascript: true
build:
    nodes:
        analysis:
            tests:
                override:
                    -
                        command: jshint-run
                        use_website_config: false
            environment:
                node:
                    version: 6.0.0
        tests: true