Passed
Push — master ( 4dfa9d...f16e9a )
by thomas
01:52
created

Checkout Config

filter:
    excluded_paths: [node_modules/*, build/*, test/*]

build:
    dependencies:
        before:
            - npm install   # or add it as part of your package.json

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

Repository Config

filter:
    excluded_paths:
        - '*.min.js'
        - 'build/*'
checks:
    javascript: true
build:
    nodes:
        analysis:
            environment:
                node:
                    version: 6.0.0