Move installing of github.com/golang/lint/golint to travis config file

This commit is contained in:
Vadim Petrov
2016-07-28 12:30:40 +03:00
parent d96b409c3f
commit 78f430884b
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -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
-1
View File
@@ -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