build: environment: redis: false postgresql: false node: version: '8.10.0' nodes: analysis: tests: override: - command: 'npm run test-ci' coverage: file: 'coverage/clover.xml' format: 'clover' checks: javascript: true
build: environment: redis: false postgresql: false node: version: '8.10.0' nodes: analysis: tests: override: - command: 'npm run test-ci' coverage: file: 'coverage/clover.xml' format: 'clover' checks: javascript: no_var: true no_param_assign: true no_loop_var_assign: true no_else_return: true no_alert: true