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

github.com/EmielH/tale-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-04-13 15:19:25 +0300
committerEmiel Hollander <EmielH@users.noreply.github.com>2019-04-13 15:19:25 +0300
commit39044334e6e313473e60a6618669ad1823398129 (patch)
tree58bf7e922b1e80782803d6de4108118bbe6f5ff5
parent1d4b648613cb8049ec9390a9fd781f0f48844290 (diff)
Use Hugo Theme Test for testing
Use this instead of Hugo Basic Example, which is prone to changes that break tests.
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 7a8c58f..574aed2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,9 +13,9 @@ install:
- hugo version
- gem install html-proofer
- htmlproofer --version
- - git clone https://github.com/gohugoio/hugoBasicExample.git
+ - git clone https://github.com/EmielH/hugo-theme-test.git
script:
- - cd hugoBasicExample
+ - cd hugo-theme-test
- hugo -t tale-hugo --themesDir ../..
- htmlproofer public --check-html --disable-external --allow-hash-href --checks-to-ignore LinkCheck