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 791aa07cd8
commit 3cd21c8359
1 changed files with 1 additions and 1 deletions

View File

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