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

github.com/EmielH/tale-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmiel Hollander <EmielH@users.noreply.github.com>2018-11-28 19:21:22 +0300
committerEmiel Hollander <EmielH@users.noreply.github.com>2018-11-28 19:21:22 +0300
commit676c29d6403bd151cc92fd6758ef9e2e681a331a (patch)
tree2fdda2379d3c31e730d6753b2651f782b8128e89
parent96b488b992865242ea44f684d3fc3068de7d5dcf (diff)
Bump Hugo version to 0.52
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 168d5ab..4499ff5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
install:
- - wget https://github.com/gohugoio/hugo/releases/download/v0.51/hugo_0.51_Linux-64bit.tar.gz
- - tar -xzvf hugo_0.51_Linux-64bit.tar.gz
+ - wget https://github.com/gohugoio/hugo/releases/download/v0.52/hugo_0.52_Linux-64bit.tar.gz
+ - tar -xzvf hugo_0.52_Linux-64bit.tar.gz
- chmod +x hugo
- export PATH=$PATH:$PWD
- hugo version