chore: update .travis.yml to upload docs with YAML features

This commit is contained in:
Alexander Kuvaev 2015-09-23 19:52:21 +03:00
parent 58c2c741d2
commit 4737a0809f

View file

@ -13,7 +13,7 @@ script:
cargo build --features yaml &&
cargo test --features yaml &&
make -C clap-tests test &&
travis-cargo --only stable doc
travis-cargo --only stable doc -- --features yaml
after_success:
- |
travis-cargo --only stable doc-upload &&