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

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanzei <hanzei@mailbox.org>2018-06-28 20:04:56 +0300
committerHanzei <hanzei@mailbox.org>2018-06-28 23:48:12 +0300
commit866541cb3c030f1da9b6cb64c86164e6e23cea12 (patch)
tree32c2fa0d9e961f9b49804dede5c9c6071794344e /.travis.yml
parent2b1d2c3e8ef390b136083e9f7a175447f77ea112 (diff)
Add htmlproofer to travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 4f525b5..5b3f1f4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,11 +1,13 @@
env:
- - HUGO_VERSION="0.42.1"
+ - HUGO_VERSION="0.42.2"
install:
- wget -q https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_VERSION}_Linux-64bit.tar.gz
- tar xf hugo_${HUGO_VERSION}_Linux-64bit.tar.gz
- mv hugo ~/bin/
+ - gem install html-proofer
script:
- cd exampleSite
- - hugo --themesDir .. -t .
+ - hugo --themesDir .. -t . -v
+ - htmlproofer public --check-html --disable-external