Test Failed
Branch master (ef20c0)
by Zackarias
09:56 queued 04:36
created

Checkout Config

checks:
    javascript: true

build:
    environment:
        node: 'v8.9.0'

    tests:
        override:
            -
                command: 'npm run test'
                coverage:
                    file: 'coverage/clover.xml'
                    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