aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2018-02-11 16:42:58 -0600
committerMatt Rude <[email protected]>2018-02-11 16:42:58 -0600
commitb9ac591be3ff7ebdee8dab495daea306dbcdb705 (patch)
treed594ce6c33b5b7c2b9a585f3c1a70e5a05ce9093
parent9a68765289c840abf5afa3f91cfaa32cb9b3b26b (diff)
downloadxmpp-site-lite-b9ac591be3ff7ebdee8dab495daea306dbcdb705.tar.gz
xmpp-site-lite-b9ac591be3ff7ebdee8dab495daea306dbcdb705.tar.bz2
xmpp-site-lite-b9ac591be3ff7ebdee8dab495daea306dbcdb705.zip
Upated .travis.yml: fixed typo s/htmlproofer/html-proofer/g
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 65def38..8870c50 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,7 @@ before_install:
- gem install kramdown
- gem install therubyracer
- gem install jekyll
- - gem install htmlproofer
+ - gem install html-proofer
install: bundle install
script: bundle exec jekyll build -d _site && bundle exec htmlproofer htmlproofer --internal-domains "im.soderparr.com" ./_site
rvm: