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
No known key found for this signature in database
GPG Key ID: CAAD59C9444F6155
1 changed files with 1 additions and 1 deletions

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