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-03-03 14:12:49 +0300
committerEmiel Hollander <EmielH@users.noreply.github.com>2019-03-03 14:12:49 +0300
commit04cec53f0285b98f62806e1a8076aabdf7b0aa54 (patch)
tree90604ff69213c3197b02233dab6df1b9f75400b7
parent6b8c47009f034234bd312a58550f2283d25f6021 (diff)
Include version of htmlproofer in CI log
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index a9da411..2c92585 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,6 +11,7 @@ install:
- mv hugo ~/bin/
- hugo version
- gem install html-proofer
+ - htmlproofer --version
- git clone https://github.com/gohugoio/hugoBasicExample.git
script: