From 462d8d79a68e7d5fd9e0448e51fa9671399be4f2 Mon Sep 17 00:00:00 2001 From: Emiel Hollander Date: Sat, 16 Mar 2019 11:04:59 +0100 Subject: Use Hallo's example site for testing instead of Hugo Basic Example --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.travis.yml') 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 -- cgit v1.2.3