language: go
go:
- 1.1
- 1.2
- 1.3
install:
- go get github.com/motain/gocheck
- go get github.com/soniah/dnsmadeeasy
script:
- go test