From 93da61125bca3a7fc00d85800514bcc24cf1e2a9 Mon Sep 17 00:00:00 2001 From: Kishan B Date: Sat, 12 May 2018 13:05:58 +0530 Subject: [PATCH] Build script upgrades --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9369c8b..c1bd305 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,4 +5,4 @@ install: - tar -xzf hugo.tar.gz script: - git clone --depth 1 https://github.com/kishaningithub/hugo-shopping-product-catalogue-simple.git exampleSite/themes/ - - hugo -v --source exampleSite + - tools/hugo -v --source exampleSite