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:26:17 +0300
committerKishan B <bkishan@thoughtworks.com>2018-05-12 10:26:17 +0300
commit1c456f84e20494c45284230320c9e555cfc463b5 (patch)
treee8c054b8d2d05053b475e0211199b8983444d43f /.travis.yml
parentaece79939eddcf0e64dfda607d5ebfd43fb52098 (diff)
Build changes
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 629860f..7cb998e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,8 @@
sudo: false
install:
- - 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 -C /usr/local/bin
+ - 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 -xzf tools/hugo.tar.gz
script:
- cd exampleSite
- cp -r .. themes/