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-12-24 12:48:32 +0300
committerEmiel Hollander <EmielH@users.noreply.github.com>2018-12-24 12:48:32 +0300
commitcbc4360644887d9fa8e3eff007d915f92a6ba7cc (patch)
treefbe7677f306aa64ebe4d7f8897626f431f50de12
parentbd27f5de7ec83f54901b00f159f466e25a8946e0 (diff)
Add testing for Hugo 0.53
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 818c6ea..572f918 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,10 +2,11 @@ env:
- HUGO_VERSION="0.50"
- HUGO_VERSION="0.51"
- HUGO_VERSION="0.52"
+ - HUGO_VERSION="0.53"
install:
- wget https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_VERSION}_Linux-64bit.tar.gz
- - tar -xzvf hugo_${HUGO_VERSION}_Linux-64bit.tar.gz
+ - tar xf hugo_${HUGO_VERSION}_Linux-64bit.tar.gz
- mv hugo ~/bin/
- hugo version
- gem install html-proofer