From 78f430884b63a1582c55dcb1d863ab675dbcc6ad Mon Sep 17 00:00:00 2001 From: Vadim Petrov Date: Thu, 28 Jul 2016 12:30:40 +0300 Subject: [PATCH] Move installing of github.com/golang/lint/golint to travis config file --- .travis.yml | 1 + Makefile | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2b3c415..3e5ac13 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,3 +5,4 @@ go: install: - go get github.com/ugorji/go/codec - go get github.com/pquerna/ffjson/fflib/v1 + - go get github.com/golang/lint/golint diff --git a/Makefile b/Makefile index 6fcdd70..351f969 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,6 @@ test: generate root $(PKG)/gen \ $(PKG)/buffer go test -benchmem -tags use_easyjson -bench . $(PKG)/benchmark - go get -u github.com/golang/lint/golint golint -set_exit_status .root/src/$(PKG)/tests/*_easyjson.go bench-other: generate root