shithub: hugo

Download patch

ref: 793554108763c0984f1a1b1a6ee5744b560d78d0
parent: d6818f238102a8ca9030f162d6294f82a3aaa618
author: Bjørn Erik Pedersen <[email protected]>
date: Wed Apr 19 14:12:01 EDT 2017

Remove check-vendor from make check

I suspect there are some false negatives in this one.

--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@
 install-gitinfo: install # Deprecated: use "install" target
 no-git-info: hugo-no-gitinfo # Deprecated: use "hugo-no-gitinfo" target
 
-check: test-race test386 fmt vet check-vendor ## Run tests and linters
+check: test-race test386 fmt vet ## Run tests and linters
 
 test386: ## Run tests in 32-bit mode
 	GOARCH=386 govendor test +local