Line wrapping

This commit is contained in:
chrisfinazzo 2015-03-27 10:42:09 -04:00
parent ebc6dff37e
commit e82cb3115d
1 changed files with 4 additions and 3 deletions

View File

@ -157,9 +157,10 @@ environment variable `NOKOGIRI_USE_SYSTEM_LIBRARIES` to `true`.
## 4. Gotchas
<div class="note warning">
<h5>Be sure to exclude <code>vendor</code> from your <code>_config.yml</code></h5>
<p>Travis bundles all gems in the <code>vendor</code> directory on its build servers,
which Jekyll will mistakenly read and explode on.</p>
<h5>Be sure to exclude <code>vendor</code> from your
<code>_config.yml</code></h5>
<p>Travis bundles all gems in the <code>vendor</code> directory on its build
servers, which Jekyll will mistakenly read and explode on.</p>
</div>
{% highlight yaml %}