Disable parallel restore in gdm

May be aggrevating timeout issue on appveyor builds.
This commit is contained in:
Daniel Nelson 2018-03-13 20:44:51 -07:00
parent ed56360db9
commit 7f50fa26e9
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ ci-test:
deps:
go get -u github.com/golang/lint/golint
go get github.com/sparrc/gdm
gdm restore
gdm restore --parallel false
telegraf:
go build -i -o $(TELEGRAF) -ldflags "$(LDFLAGS)" ./cmd/telegraf/telegraf.go