5 Commits

Author SHA1 Message Date
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
silverwind
4c00781ed4
drop safe-buffer dependency, bump min node to 6 - fixes #20 2018-06-01 09:33:34 +02:00
silverwind
d8f93e94fc
drop support for node 0.10 and 0.12
While the module currently technically works on those versions, ESLint does not
which makes the linter fail on those versions.
2018-01-11 21:26:07 +01:00
Tom Pusateri
5aaf0790d9 Finish adding SOA and NS record encoding/decoding. (#14)
* add ns record and soa record

* npm test with standard

* Complete SOA, NS decoding. Also add encoding and tests.

* updated travis CI tests to stable versions of node.
2018-01-05 18:42:16 +01:00
Mathias Buus
bc1cdba704 add travis 2016-02-18 12:49:41 -08:00