mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-30 17:28:29 -05:00
A little more work.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user