travis: hugo deb

This commit is contained in:
Carl Pearson
2017-12-17 17:17:33 -06:00
parent 839d255f1c
commit 058386bae7

View File

@@ -1,7 +1,9 @@
dist: trusty
sudo: true
install:
- snap install hugo
- wget https://github.com/gohugoio/hugo/releases/download/v0.31.1/hugo_0.31.1_Linux-64bit.deb -O hugo.deb
- sudo dpkg -i hugo.deb
script:
- hugo