Add travis script

This commit is contained in:
Hanzei 2018-06-10 08:19:43 +02:00
parent 53bed603f1
commit 29d8f6689c
No known key found for this signature in database
GPG key ID: 69A2DEFD98937BA0

11
.travis.yml Normal file
View file

@ -0,0 +1,11 @@
env:
- HUGO_VERSION="0.41"
install:
- wget https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_VERSION}_Linux-64bit.tar.gz
- tar xf hugo_${HUGO_VERSION}_Linux-64bit.tar.gz
- mv hugo ~/bin/
script:
- cd exampleSite
- hugo --themesDir .. -t .