add travis

This commit is contained in:
Mathias Buus 2016-02-18 12:49:41 -08:00
parent e2643b0312
commit bc1cdba704
2 changed files with 8 additions and 0 deletions

6
.travis.yml Normal file
View File

@ -0,0 +1,6 @@
language: node_js
node_js:
- "5"
- "4"
- "0.12"
- "0.10"

View File

@ -7,6 +7,8 @@ Lifted out of [multicast-dns](https://github.com/mafintosh/multicast-dns) as a s
npm install dns-packet
```
[![build status](https://travis-ci.org/mafintosh/dns-packet.svg?branch=master)](https://travis-ci.org/mafintosh/dns-packet)
## Usage
``` js