From e74ca5e8ef0ec2b24c80c59aece5ee2d6a981dfb Mon Sep 17 00:00:00 2001 From: Correl Roush Date: Thu, 27 Jun 2019 18:35:39 -0400 Subject: [PATCH] Change hugo github repo --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 72a3938..2239d7e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ go: - master # This uses automatically the latest version of go install: - - go get github.com/spf13/hugo # This provides the latest version of Hugo to Travis CI + - go get github.com/gohugoio/hugo # This provides the latest version of Hugo to Travis CI script: - hugo # This commands builds your website on travis