hugo-shopping-product-catal.../.travis.yml

10 lines
255 B
YAML

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"
- tar -xzf tools/hugo.tar.gz
script:
- cd exampleSite
- cp -r .. themes/
- hugo -v