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