Skip to content

Commit

Permalink
Move installing of github.com/golang/lint/golint to travis config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Petrov committed Jul 28, 2016
1 parent d96b409 commit 78f4308
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -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 change: 0 additions & 1 deletion Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 78f4308

Please sign in to comment.