UNPKG

199 BYAMLView Raw
1language: node_js
2
3sudo: false
4
5node_js:
6 - 10
7 - 9
8 - 8
9 - 7
10 - 6
11
12install:
13 - npm install
14
15script:
16 - npm run coverage:js-plugins
17
18after_success:
19 - bash <(curl -s https://codecov.io/bash)