checks: javascript: true build: environment: node: 'v8.9.0' tests: override: - command: 'npm run test' coverage: file: 'coverage/clover.xml' format: 'clover'
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