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

11 lines
387 B
YAML
Raw Normal View History

2018-05-12 08:44:45 +02:00
sudo: false
install:
2018-05-12 09:34:15 +02:00
- mkdir tools && cd tools
2018-05-12 09:38:52 +02:00
- pwd
2018-05-12 09:34:15 +02:00
- wget -q "https://github.com/gohugoio/hugo/releases/download/v0.40.2/hugo_0.40.2_Linux-64bit.tar.gz" -O "hugo.tar.gz"
2018-05-12 09:37:08 +02:00
- tar -xvzf hugo.tar.gz
2018-05-12 08:44:45 +02:00
script:
2018-05-12 09:34:15 +02:00
- git clone --depth 1 https://github.com/kishaningithub/hugo-shopping-product-catalogue-simple.git exampleSite/themes/
2018-05-12 09:42:27 +02:00
- ls tools
2018-05-12 09:37:08 +02:00
- ./tools/hugo -v --source exampleSite