summaryrefslogtreecommitdiffstats
path: root/testing/xpcshell/dns-packet/.travis.yml
blob: e0211604d30b817009d3276c51b6049b3a499bd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
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