From 2c8edccfcfd45d5519a8b34a72f4cc8b4e35914e Mon Sep 17 00:00:00 2001 From: Kishan B Date: Sat, 12 May 2018 13:16:00 +0530 Subject: [PATCH] Build script upgrades --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5f226df..58543e3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,9 @@ install: - pwd - wget -q "https://github.com/gohugoio/hugo/releases/download/v0.40.2/hugo_0.40.2_Linux-64bit.tar.gz" -O "hugo.tar.gz" - tar -xvzf hugo.tar.gz - - ls tools + script: + - tree -a - git clone --depth 1 https://github.com/kishaningithub/hugo-shopping-product-catalogue-simple.git exampleSite/themes/ - ls tools - ./tools/hugo -v --source exampleSite