Merge pull request #97 from EverythingMe/travis

Added Travis-CI integration
This commit is contained in:
Miek Gieben 2014-07-08 15:40:20 +01:00
commit 89edef6b6b
2 changed files with 9 additions and 0 deletions

7
.travis.yml Normal file
View File

@ -0,0 +1,7 @@
language: go
go:
- 1.1
- 1.2
- 1.3
script: go test -bench=.

View File

@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.org/miekg/dns.svg?branch=master)](https://travis-ci.org/miekg/dns)
# Alternative (more granular) approach to a DNS library
> Less is more.