Skip to content

Commit

Permalink
Travis : Check site with html-proofer
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaddon committed Oct 9, 2018
1 parent 8b8917d commit 8667de4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -19,3 +19,4 @@
source 'https://rubygems.org'
gem 'github-pages'
gem 'jekyll-paginate'
gem 'html-proofer'
9 changes: 9 additions & 0 deletions travis.yml
@@ -0,0 +1,9 @@
language: ruby
rvm:
- 2.1
script:
- bundle exec jekyll build
- bundle exec htmlproofer ./_site --only-4xx --check-html --empty-alt-ignore
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer

0 comments on commit 8667de4

Please sign in to comment.