dns-packet-polyfill/.travis.yml
Joe Hildebrand 77eadae3c3 Add coverage using nyc, badge to readme, and ignore the coverage outputs. (#50)
* First pass at mafintosh/dns-packet#48. No auto-refresh yet, because that's a more invasive change.

* Add a quick note to README to kick off a round of tests.

* remove sudo:false
2019-02-27 23:31:44 +01:00

12 lines
189 B
YAML

language: node_js
node_js:
- node
- lts/*
install:
- npm install
- npm install coveralls
script:
- npm run coverage
after_success:
- npx nyc report --reporter=text-lcov | npx coveralls