dns-packet-polyfill/.travis.yml
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

8 lines
73 B
YAML

language: node_js
node_js:
- "8"
- "6"
- "4"
- "0.12"
- "0.10"