UNPKG

156 BYAMLView Raw
1language: node_js
2node_js:
3 - '12'
4 - '10'
5 - '8'
6script:
7 - npm run test:unit
8after_success:
9 - npm run coverage:unit
10 - npm run coveralls