forked from LittleChest/dns-packet
* 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.
8 lines
73 B
YAML
8 lines
73 B
YAML
language: node_js
|
|
node_js:
|
|
- "8"
|
|
- "6"
|
|
- "4"
|
|
- "0.12"
|
|
- "0.10"
|