Skip to content

Commit

Permalink
travis.yml: Add htmlproofer
Browse files Browse the repository at this point in the history
  • Loading branch information
virresh committed Jun 16, 2018
1 parent d3f5021 commit a39043f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,21 @@ language: ruby
rvm:
- 2.4.1

before_install:
- export NOKOGIRI_USE_SYSTEM_LIBRARIES=true

addons:
apt:
packages:
- libcurl4-openssl-dev # required to avoid SSL errors

install:
- cd site/
- bundle install

script:
- bundle exec jekyll build --destination ../out/
- gem install html-proof && htmlproof ../out/

# branch blocklist, only for GitHub Pages
branches:
Expand Down

0 comments on commit a39043f

Please sign in to comment.