Add a warning label
This commit is contained in:
parent
391a672ac4
commit
017a26457c
|
@ -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`:
|
||||
<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>
|
||||
</div>
|
||||
|
||||
{% highlight yaml %}
|
||||
exclude: [vendor]
|
||||
|
|
Loading…
Reference in New Issue