Fix travis for hugo 0.42

This commit is contained in:
Hanzei 2018-07-03 20:01:08 +02:00
parent 0e3c99a9f1
commit 1096f450fc
No known key found for this signature in database
GPG key ID: 69A2DEFD98937BA0

View file

@ -1,5 +1,8 @@
git:
depth: false
env:
- HUGO_VERSION="0.41"
- HUGO_VERSION="0.42.2"
install:
- wget -q https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_VERSION}_Linux-64bit.tar.gz
@ -9,5 +12,5 @@ install:
script:
- cd exampleSite
- hugo --themesDir .. -t . -v
- HUGO_THEME=hugo-theme-introduction hugo --themesDir ../.. -v
- htmlproofer public --check-html --disable-external