UNPKG

147 BYAMLView Raw
1language: node_js
2
3node_js:
4 - 10
5 - lts/*
6
7before_script:
8- npm install
9
10script:
11- npm run lint
12- npm test
13
14after_script:
15- npm run ci.coverage