Don't upload extra docs on travis

This commit is contained in:
Alex Crichton 2015-03-03 20:35:04 -08:00
parent ce941cd80e
commit e14c2052b7
2 changed files with 2 additions and 1 deletions

View file

@ -4,7 +4,7 @@ script:
- cargo build --verbose
- cargo test --verbose
- rustdoc --test README.md -L target
- cargo doc
- cargo doc --no-deps
after_success: |
[ $TRAVIS_BRANCH = master ] &&
[ $TRAVIS_PULL_REQUEST = false ] &&

View file

@ -35,6 +35,7 @@
//! [1]: https://github.com/mojombo/toml
//! [2]: https://github.com/BurntSushi/toml-test
//!
#![doc(html_root_url = "http://alexcrichton.com/toml-rs")]
#![feature(collections, core)]
#![deny(missing_docs)]