dns-packet/.travis.yml
2021-05-25 13:33:28 +02:00

15 lines
218 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
branches:
only:
- master