Skip to content

Commit

Permalink
Remove ensure from setup
Browse files Browse the repository at this point in the history
  • Loading branch information
moncho committed Sep 4, 2017
1 parent 9f24ebd commit 84c63e7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ TEST_OPTIONS?=

setup: ## Install all the build and lint dependencies
go get -u github.com/alecthomas/gometalinter
go get -u github.com/golang/dep/cmd/dep
go get -u github.com/pierrre/gotestcover
go get -u golang.org/x/tools/cmd/cover
dep ensure
gometalinter --install

test: ## Run all the tests
Expand Down

0 comments on commit 84c63e7

Please sign in to comment.