Feature/travis (#12)

* travis config

* Updated gemlock for htmlproofer.

* Note about installing nokogiri with bundle install.

* htmlproofer for cibuild

* Restricting the htmlproofer test to ignore /blog/

* Removed travis branch from the whitelist.
This commit is contained in:
Perry Woodin 2016-09-12 09:35:43 -04:00 committed by GitHub
parent 0d43667e7c
commit 5ee9ae4de9
6 changed files with 81 additions and 2 deletions

5
script/cibuild Normal file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -e # halt script on error
bundle exec jekyll build
bundle exec htmlproofer ./_site --disable-external --allow-hash-href --assume-extension --empty-alt-ignore --file-ignore /assets/,/style-guide/,/blog/