mirror of https://github.com/minio/minio.git
				
				
				
			fix travis CI build (#6620)
This commit fixes the Travis CI build by correcting the golint import path
This commit is contained in:
		
							parent
							
								
									fae284d6b9
								
							
						
					
					
						commit
						f09e7ca764
					
				
							
								
								
									
										2
									
								
								Makefile
								
								
								
								
							
							
						
						
									
										2
									
								
								Makefile
								
								
								
								
							| 
						 | 
					@ -13,7 +13,7 @@ checks:
 | 
				
			||||||
	@(env bash $(PWD)/buildscripts/checkgopath.sh)
 | 
						@(env bash $(PWD)/buildscripts/checkgopath.sh)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
getdeps:
 | 
					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 gocyclo" && go get -u github.com/fzipp/gocyclo
 | 
				
			||||||
	@echo "Installing deadcode" && go get -u github.com/remyoudompheng/go-misc/deadcode
 | 
						@echo "Installing deadcode" && go get -u github.com/remyoudompheng/go-misc/deadcode
 | 
				
			||||||
	@echo "Installing misspell" && go get -u github.com/client9/misspell/cmd/misspell
 | 
						@echo "Installing misspell" && go get -u github.com/client9/misspell/cmd/misspell
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue