From e82cb3115d4b67b0c1153b3e2694fabfbc5770a6 Mon Sep 17 00:00:00 2001 From: chrisfinazzo Date: Fri, 27 Mar 2015 10:42:09 -0400 Subject: [PATCH] Line wrapping --- site/_docs/continuous-integration.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/site/_docs/continuous-integration.md b/site/_docs/continuous-integration.md index 507e4669..3c39eb7e 100644 --- a/site/_docs/continuous-integration.md +++ b/site/_docs/continuous-integration.md @@ -157,9 +157,10 @@ environment variable `NOKOGIRI_USE_SYSTEM_LIBRARIES` to `true`. ## 4. Gotchas
-
Be sure to exclude vendor from your _config.yml
-

Travis bundles all gems in the vendor directory on its build servers, -which Jekyll will mistakenly read and explode on.

+
Be sure to exclude vendor from your + _config.yml
+

Travis bundles all gems in the vendor directory on its build + servers, which Jekyll will mistakenly read and explode on.

{% highlight yaml %}