diff --git a/site/_docs/continuous-integration.md b/site/_docs/continuous-integration.md index 757ab8a4..1df22b5f 100644 --- a/site/_docs/continuous-integration.md +++ b/site/_docs/continuous-integration.md @@ -155,13 +155,12 @@ which it must compile each time it is installed. Luckily, you can dramatically decrease the install time of Nokogiri by setting the environment variable `NOKOGIRI_USE_SYSTEM_LIBRARIES` to `true`. -## 4. Gotchas - -### 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.