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

10 lines
415 B
YAML
Raw Normal View History

2018-05-12 08:44:45 +02:00
sudo: false
2018-05-12 09:55:20 +02:00
2018-05-12 08:44:45 +02:00
install:
2018-05-12 09:54:22 +02:00
- mkdir tools
2018-05-20 15:29:13 +02:00
- wget -q "https://github.com/gohugoio/hugo/releases/download/v0.40.3/hugo_0.40.3_Linux-64bit.tar.gz" -O "tools/hugo.tar.gz"
2018-05-12 10:11:05 +02:00
- tar -xzf tools/hugo.tar.gz -C tools
2018-05-12 09:46:00 +02:00
2018-05-12 08:44:45 +02:00
script:
2018-05-12 09:55:20 +02:00
- git clone --depth 1 https://github.com/kishaningithub/hugo-shopping-product-catalogue-simple.git exampleSite/themes/hugo-shopping-product-catalogue-simple
2018-05-12 10:11:05 +02:00
- ./tools/hugo -v --source exampleSite