UNPKG

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