Line wrapping
This commit is contained in:
parent
ebc6dff37e
commit
e82cb3115d
|
@ -157,9 +157,10 @@ environment variable `NOKOGIRI_USE_SYSTEM_LIBRARIES` to `true`.
|
||||||
## 4. Gotchas
|
## 4. Gotchas
|
||||||
|
|
||||||
<div class="note warning">
|
<div class="note warning">
|
||||||
<h5>Be sure to exclude <code>vendor</code> from your <code>_config.yml</code></h5>
|
<h5>Be sure to exclude <code>vendor</code> from your
|
||||||
<p>Travis bundles all gems in the <code>vendor</code> directory on its build servers,
|
<code>_config.yml</code></h5>
|
||||||
which Jekyll will mistakenly read and explode on.</p>
|
<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>
|
</div>
|
||||||
|
|
||||||
{% highlight yaml %}
|
{% highlight yaml %}
|
||||||
|
|
Loading…
Reference in New Issue