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 %}