dash-website/script/cibuild
Perry Woodin 5ee9ae4de9 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.
2016-09-12 09:35:43 -04:00

5 lines
No EOL
226 B
Bash

#!/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/