From 55e9f63f5446a57b133f2496c0b9cf8af21d15ae Mon Sep 17 00:00:00 2001 From: Emiel Hollander Date: Sat, 13 Apr 2019 13:20:15 +0200 Subject: Use hugo-theme-test instead of HugoBasicExample --- .travis.yml | 4 ++-- 1 file 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 -- cgit v1.2.3