travis: hugo 0.40.3

This commit is contained in:
Carl Pearson
2018-05-18 17:06:58 -05:00
parent 3c6e5f829a
commit 96cd7c4639

View File

@@ -1,7 +1,7 @@
dist: trusty
install:
- wget -q https://github.com/gohugoio/hugo/releases/download/v0.36/hugo_0.36_Linux-64bit.tar.gz -O hugo.tar.gz
- wget -q https://github.com/gohugoio/hugo/releases/download/v0.40.3/hugo_0.40.3_Linux-64bit.tar.gz -O hugo.tar.gz
- tar -xvf hugo.tar.gz
- mkdir -vp ~/bin
- mv -v hugo ~/bin/hugo