UNPKG

165 BYAMLView Raw
1language: node_js
2node_js:
3 - 'node'
4 - '6'
5 - '4'
6script: npm run lint && npm test
7after_success: npm run coverage
8notifications:
9 email:
10 on_success: never