for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
checks: javascript: true filter: excluded_paths: - test/* build: environment: node: '4.2.2' tests: override: - npm test - npm run eslting - command: 'npm run coverage-clover' coverage: file: 'coverage/clover.xml' format: 'clover'