From e4dcd4cda69aca100999ff53cc50cd71e6d9281f Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 11 Nov 2018 14:41:11 +0200 Subject: [PATCH] Update Hugo Version --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 46dec14..f0642bf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ sudo: false install: - mkdir tools - - wget -q "https://github.com/gohugoio/hugo/releases/download/v0.40.3/hugo_0.40.3_Linux-64bit.tar.gz" -O "tools/hugo.tar.gz" + - wget -q "https://github.com/gohugoio/hugo/releases/download/v0.51/hugo_0.51_Linux-64bit.tar.gz" -O "tools/hugo.tar.gz" - tar -xzf tools/hugo.tar.gz -C tools script: