mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 14:54:15 +00:00
chore: update .travis.yml to upload docs with YAML features
This commit is contained in:
parent
58c2c741d2
commit
4737a0809f
1 changed files with 1 additions and 1 deletions
|
@ -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 &&
|
||||
|
|
Loading…
Reference in a new issue