Skip to content

Commit

Permalink
Auto merge of #276 - Vinatorul:dev, r=@james-darkfox
Browse files Browse the repository at this point in the history
chore: update .travis.yml to upload docs with YAML features
  • Loading branch information
homu committed Sep 23, 2015
2 parents 58c2c74 + 4737a08 commit 5943ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&
Expand Down

0 comments on commit 5943ec0

Please sign in to comment.