From 912bd84629cfe5c411c504ecc0bf0363b529bdc8 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Wed, 21 May 2014 01:31:48 -0400 Subject: [PATCH] A little more work. --- site/docs/continuous-integration.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/site/docs/continuous-integration.md b/site/docs/continuous-integration.md index 717a8004..20ae98d3 100644 --- a/site/docs/continuous-integration.md +++ b/site/docs/continuous-integration.md @@ -6,6 +6,17 @@ next_section: troubleshooting permalink: /docs/continuous-integration/ --- -You can easily test your website build against one or more versions of Ruby. The following guide show how to set up a free build environment on [Travis][0]. +You can easily test your website build against one or more versions of Ruby. +The following guide show how to set up a free build environment on [Travis][0], +with [GitHub][1] integration for pull requests. [0]: https://travis-ci.org/ +[1]: https://github.com/ + +## The Test Script + +When testing static sites, there is no better tool than [html-proofer][]. + +## The `.travis.yml` File + +## Enabling Travis and GitHub