Add a warning label

This commit is contained in:
chrisfinazzo 2015-03-27 10:28:51 -04:00
parent 391a672ac4
commit 017a26457c
1 changed files with 5 additions and 3 deletions

View File

@ -158,9 +158,11 @@ environment variable `NOKOGIRI_USE_SYSTEM_LIBRARIES` to `true`.
### Exclude `vendor` ### Exclude `vendor`
Travis bundles all gems in the `vendor` directory on its build servers, <div class="note warning">
which Jekyll will mistakenly read and explode on. To avoid this, exclude <h5>Be sure to exclude <code>vendor</code> from your <code>_config.yml</code></h5>
`vendor` in your `_config.yml`: <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 %} {% highlight yaml %}
exclude: [vendor] exclude: [vendor]