UNPKG

197 BYAMLView Raw
1language: node_js
2sudo: false
3git:
4 depth: 10
5node_js:
6 - "4"
7 - "6"
8 - "8"
9install:
10 - npm install
11 - npm install -g codecov
12script:
13 - npm test
14 - npm run cover
15after_script:
16 - codecov