Our current CI scheme only runs jekyll build. This is a good start (if our site doesn't build, it shouldn't be allowed to deploy anyways), but we should include a few more tests. The jekyll CI
page suggests using htmlproof: http://jekyllrb.com/docs/continuous-integration/
We should figure out a few more useful tests to include to make our deployments a little safer (and reduce our stress =D).
Our current CI scheme only runs
jekyll build
. This is a good start (if our site doesn't build, it shouldn't be allowed to deploy anyways), but we should include a few more tests. The jekyll CI page suggests usinghtmlproof
: http://jekyllrb.com/docs/continuous-integration/We should figure out a few more useful tests to include to make our deployments a little safer (and reduce our stress =D).