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

github.com/EmielH/hallo-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmiel Hollander <EmielH@users.noreply.github.com>2018-11-20 21:52:24 +0300
committerGitHub <noreply@github.com>2018-11-20 21:52:24 +0300
commit62302f125bbd18ad2f18f99b5fca867fd26ba3a9 (patch)
tree8c8c48325e44ed2029a3cfeeddac62eb55f8b7d5 /.travis.yml
parent46a72aaa0024da328eeb9c3e8d275c27e24e1282 (diff)
Add integration with Travis CI
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..7ecf2ec
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,15 @@
+install:
+ - wget https://github.com/gohugoio/hugo/releases/download/v0.51/hugo_0.51_Linux-64bit.tar.gz
+ - tar -xzvf hugo_0.51_Linux-64bit.tar.gz
+ - chmod +x hugo
+ - export PATH=$PATH:$PWD
+ - hugo version
+ - git clone https://github.com/gohugoio/hugoBasicExample.git
+ - cd hugoBasicExample
+ - git submodule add -f https://github.com/EmielH/hallo-hugo.git themes/hallo
+ - sudo apt-get install -y tree
+ - tree
+
+script:
+ - hugo -t hallo
+ - tree