Upgrade hugo version in CI

This commit is contained in:
Kishan B 2018-05-20 18:59:13 +05:30
parent 4e35425073
commit d342796a4f
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ sudo: false
install:
- mkdir tools
- wget -q "https://github.com/gohugoio/hugo/releases/download/v0.40.2/hugo_0.40.2_Linux-64bit.tar.gz" -O "tools/hugo.tar.gz"
- wget -q "https://github.com/gohugoio/hugo/releases/download/v0.40.3/hugo_0.40.3_Linux-64bit.tar.gz" -O "tools/hugo.tar.gz"
- tar -xzf tools/hugo.tar.gz -C tools
script: