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>2020-08-20 14:23:16 +0300
committerEmiel Hollander <EmielH@users.noreply.github.com>2020-08-20 14:23:16 +0300
commit950e6f6b0248c339670ecd881dd20f3441e1ca40 (patch)
tree506b96f11ebbf15141b3d87b729a1fcead86c535
parent16c77f14203e9b938bcb7e497c3f32682dbdbeaa (diff)
Update Hugo versions for tests
Tests will now only test the minimal required version for Tale and the newest version of Hugo.
-rw-r--r--.travis.yml9
1 files changed, 1 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index c75d64a..4285416 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,13 +1,6 @@
env:
- HUGO_VERSION="0.50"
- - HUGO_VERSION="0.51"
- - HUGO_VERSION="0.52"
- - HUGO_VERSION="0.53"
- - HUGO_VERSION="0.54.0"
- - HUGO_VERSION="0.55.6"
- - HUGO_VERSION="0.56.3"
- - HUGO_VERSION="0.57.2"
- - HUGO_VERSION="0.58.3"
+ - HUGO_VERSION="0.74.3"
install:
- wget https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_VERSION}_Linux-64bit.tar.gz