1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

run tests in travis

This commit is contained in:
Craig Peterson
2017-03-12 16:38:19 -07:00
parent 09a1c36cc1
commit b0e3b05e86

View File

@@ -6,4 +6,5 @@ go:
install: pwd install: pwd
script: script:
- go run build/validate.go - go run build/validate.go
- go test ./...