Skip to content

Commit

Permalink
rebuild cover when install cover
Browse files Browse the repository at this point in the history
  • Loading branch information
tcz001 committed Aug 15, 2016
1 parent 671ca41 commit ec5991b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,14 @@ get:

deps-dev:
ifeq ($(GO_VERSION), go1.3)
go get -a golang.org/x/tools/cmd/cover
else
ifeq ($(GO_VERSION), go1.4)
go get -a golang.org/x/tools/cmd/cover
else
go get github.com/golang/lint/golint
endif
endif
go get golang.org/x/tools/cmd/cover
go get github.com/modocache/gover
go get github.com/tools/godep

Expand Down

0 comments on commit ec5991b

Please sign in to comment.