From 017a26457c1131cb58d1b983c14850150b90c48b Mon Sep 17 00:00:00 2001 From: chrisfinazzo Date: Fri, 27 Mar 2015 10:28:51 -0400 Subject: [PATCH] Add a warning label --- site/_docs/continuous-integration.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/site/_docs/continuous-integration.md b/site/_docs/continuous-integration.md index 17823e1b..0b671e21 100644 --- a/site/_docs/continuous-integration.md +++ b/site/_docs/continuous-integration.md @@ -158,9 +158,11 @@ environment variable `NOKOGIRI_USE_SYSTEM_LIBRARIES` to `true`. ### Exclude `vendor` -Travis bundles all gems in the `vendor` directory on its build servers, -which Jekyll will mistakenly read and explode on. To avoid this, exclude -`vendor` in your `_config.yml`: +
+
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 %} exclude: [vendor]