Add new page
This commit is contained in:
parent
e310af00b4
commit
d77078518d
|
@ -31,6 +31,7 @@
|
|||
docs:
|
||||
- github-pages
|
||||
- deployment-methods
|
||||
- continuous-integration
|
||||
|
||||
- title: Miscellaneous
|
||||
docs:
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
layout: docs
|
||||
title: Continuous Integration
|
||||
prev_section: deployment-methods
|
||||
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].
|
||||
|
||||
[0]: https://travis-ci.org/
|
Loading…
Reference in New Issue