Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kishaningithub/hugo-shopping-product-catalogue-simple.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKishan B <bkishan@thoughtworks.com>2018-05-12 10:37:08 +0300
committerKishan B <bkishan@thoughtworks.com>2018-05-12 10:37:08 +0300
commitf7099e1cf2d459133989821a29a6265af47fe17f (patch)
treef7a4b0a86beb0ef820e1075537331324013ca1f3
parent93da61125bca3a7fc00d85800514bcc24cf1e2a9 (diff)
Build script upgrades
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index c1bd305..b38fdf5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,7 @@ sudo: false
install:
- mkdir tools && cd tools
- 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 -xzf hugo.tar.gz
+ - tar -xvzf hugo.tar.gz
script:
- git clone --depth 1 https://github.com/kishaningithub/hugo-shopping-product-catalogue-simple.git exampleSite/themes/
- - tools/hugo -v --source exampleSite
+ - ./tools/hugo -v --source exampleSite