UNPKG

140 BYAMLView Raw
1language: node_js
2
3node_js:
4 - "4"
5 - "5"
6 - "6"
7 - "7"
8
9script:
10- npm run test-with-coverage
11
12after_success:
13- ./node_modules/.bin/codecov