From 913bad814d793678747ea522ad873c9892d33008 Mon Sep 17 00:00:00 2001 From: vvveiii Date: Mon, 24 Aug 2020 09:52:36 +0800 Subject: Update travis.yml --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index dfbcf68..60c86e4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,10 @@ language: go before_install: - - sudo apt-get -y install hugo + - wget https://github.com/gohugoio/hugo/releases/download/v0.74.3/hugo_extended_0.74.3_Linux-64bit.deb + - sudo dpkg -i hugo_extended_0.74.3_Linux-64bit.deb install: skip branches: only: - main script: - - cd exampleSite && hugo --themesDir ../.. + - cd exampleSite && hugo --minify --themesDir ../.. -- cgit v1.2.3