Remove gdm -parallel false

This commit is contained in:
Daniel Nelson 2018-03-14 11:36:03 -07:00
parent e0afe7e5cd
commit db3373e51e
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 --parallel false
gdm restore
telegraf:
go build -i -o $(TELEGRAF) -ldflags "$(LDFLAGS)" ./cmd/telegraf/telegraf.go