UNPKG

230 BYAMLView Raw
1language: node_js
2node_js:
3 - 6
4 - 8
5 - 10
6os:
7 - linux
8 - osx
9
10script:
11 - "npm run hint"
12 - "npm run test"
13 - "npm run cover"
14
15after_script: "cat ./coverage/lcov.info | coveralls"
16
17matrix:
18 allow_failures:
19 - os: osx