hugo-theme-introduction/.travis.yml

12 lines
283 B
YAML
Raw Normal View History

2018-06-10 06:19:43 +00:00
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 .