Use -parallel=false in gdm to avoid issues on appveyor

This commit is contained in:
Daniel Nelson
2018-05-17 15:19:17 -07:00
parent b62f7a3c68
commit 339cebbc21

View File

@@ -24,7 +24,7 @@ all:
deps:
go get -u github.com/golang/lint/golint
go get github.com/sparrc/gdm
gdm restore
gdm restore --parallel=false
telegraf:
go build -ldflags "$(LDFLAGS)" ./cmd/telegraf