UNPKG

161 BYAMLView Raw
1language: node_js
2node_js:
3 - 5
4 - 4
5 - "0.12"
6 - "0.10"
7
8script:
9 - npm test
10
11after_success:
12 nyc npm test && nyc report --reporter=text-lcov | coveralls
13
\No newline at end of file