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:54:22 +0300
committerKishan B <bkishan@thoughtworks.com>2018-05-12 10:54:22 +0300
commit63e122945cf44e56d5128ac881a40a4171c4887a (patch)
tree3c2426e0a6afc4a8de16b3c3d1c34d5840ee034b /.travis.yml
parenta369f5f600d0991b4a242f26fbaff77cacdc22fc (diff)
Build script upgrades
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 4 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index 6ff7dd1..aa08fb4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,14 +4,11 @@ addons:
packages:
- tree
install:
- - mkdir tools && cd tools
- - 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
- - cd ..
+ - mkdir tools
+ - wget -q "https://github.com/gohugoio/hugo/releases/download/v0.40.2/hugo_0.40.2_Linux-64bit.tar.gz" -O "tools/hugo.tar.gz"
+ - tar -xvzf tools/hugo.tar.gz -C tools
script:
- - tree -a
- git clone --depth 1 https://github.com/kishaningithub/hugo-shopping-product-catalogue-simple.git exampleSite/themes/
- - ls tools
+ - tree -a
- ./tools/hugo -v --source exampleSite