Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cntrump/hugo-notepadium.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvvveiii <cntrump@gmail.com>2020-08-24 04:52:36 +0300
committervvveiii <cntrump@gmail.com>2020-08-24 04:52:36 +0300
commit913bad814d793678747ea522ad873c9892d33008 (patch)
tree4369530ebe806cab3588ed37fa9f4345c9ba262c
parent69346f77e80bda3a4390ac434407f242fcd259ad (diff)
Update travis.yml
-rw-r--r--.travis.yml5
1 files 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 ../..