UNPKG

147 BYAMLView Raw
1language: node_js
2node_js:
3 - "6.1"
4after_success:
5 - nyc report --reporter=text-lcov > coverage.lcov && bash <(curl -s https://codecov.io/bash)
6
\No newline at end of file