From 11587f7efe568e46075321af7f4a1bec54a6ae04 Mon Sep 17 00:00:00 2001 From: Hanzei Date: Sat, 30 Jun 2018 19:24:35 +0200 Subject: [PATCH] Downgrade to hugo 0.41 for testing See https://github.com/gohugoio/hugo/issues/4888 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5b3f1f4..b418184 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ env: - - HUGO_VERSION="0.42.2" + - HUGO_VERSION="0.41" install: - wget -q https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_VERSION}_Linux-64bit.tar.gz