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
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.
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.