shithub: hugo

Download patch

ref: 623c9afa8409855ccfd7b000ae7c6780b780a5af
parent: 2170943ae6e4bcbbcb9cfad244fec5da8c1d6462
author: Bjørn Erik Pedersen <[email protected]>
date: Fri Apr 6 14:14:11 EDT 2018

And now really disable failing test on Travis

 See #4584

--- a/hugolib/page_test.go
+++ b/hugolib/page_test.go
@@ -912,7 +912,7 @@
 }
 
 func TestPageWithLastmodFromGitInfo(t *testing.T) {
-	if runtime.GOOS != "windows" && os.Getenv("CI") == "" {
+	if runtime.GOOS != "windows" && os.Getenv("CI") != "" {
 		t.Skip()
 	}
 	assrt := require.New(t)