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>2019-03-16 13:04:59 +0300
committerEmiel Hollander <EmielH@users.noreply.github.com>2019-03-16 13:04:59 +0300
commit462d8d79a68e7d5fd9e0448e51fa9671399be4f2 (patch)
tree546b35fc43579047be6495f2505253803f9954de /.travis.yml
parent12b9f0165bd77227ddbbbefb32416c44783843b2 (diff)
Use Hallo's example site for testing instead of Hugo Basic Example
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index a347c09..0cae14c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,9 +11,8 @@ install:
- mv hugo ~/bin/
- hugo version
- gem install html-proofer
- - git clone https://github.com/gohugoio/hugoBasicExample.git
script:
- - cd hugoBasicExample
+ - cd exampleSite
- hugo -t hallo-hugo --themesDir ../..
- htmlproofer public --check-html --disable-external