From ca7fcc0d4016ce1f21c90c33e8ac7f6db9370c03 Mon Sep 17 00:00:00 2001 From: foo-dogsquared Date: Wed, 14 Aug 2019 20:41:21 +0800 Subject: [PATCH] Change download method of Hugo binary --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e0599ea..aed7f54 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ dist: bionic before_install: - sudo apt-get update - sudo apt-get install ruby - - curl https://github.com/gohugoio/hugo/releases/download/v0.57.0/hugo_0.57.0_Linux-64bit.deb + - wget https://github.com/gohugoio/hugo/releases/download/v0.57.0/hugo_0.57.0_Linux-64bit.deb - sudo dpkg -i hugo_0.57.0_Linux-64bit.deb script: - asciidoctor --version