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`: +
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.