Trying to make travis happy

This commit is contained in:
Joona Hoikkala 2016-11-26 11:25:16 +02:00
parent a7ab13c1dc
commit 9ebc0d02ae
No known key found for this signature in database
GPG Key ID: C14AAE0F5ADCB854
2 changed files with 3 additions and 1 deletions

View File

@ -6,3 +6,5 @@ env:
before_install:
- go get -u github.com/kardianos/govendor
- govendor sync
script:
- go test -race -v

View File

@ -11,7 +11,7 @@ import (
"testing"
)
var testAddr = ":15353"
var testAddr = "0.0.0.0:15353"
var records = []string{
"auth.example.org. A 192.168.1.100",