Skip to content

Commit

Permalink
fix travis CI build (minio#6620)
Browse files Browse the repository at this point in the history
This commit fixes the Travis CI build by
correcting the golint import path
  • Loading branch information
Andreas Auernhammer authored and harshavardhana committed Oct 11, 2018
1 parent fae284d commit f09e7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ checks:
@(env bash $(PWD)/buildscripts/checkgopath.sh)

getdeps:
@echo "Installing golint" && go get -u github.com/golang/lint/golint
@echo "Installing golint" && go get -u golang.org/x/lint/golint
@echo "Installing gocyclo" && go get -u github.com/fzipp/gocyclo
@echo "Installing deadcode" && go get -u github.com/remyoudompheng/go-misc/deadcode
@echo "Installing misspell" && go get -u github.com/client9/misspell/cmd/misspell
Expand Down

0 comments on commit f09e7ca

Please sign in to comment.