Don't upload extra docs on travis
This commit is contained in:
parent
ce941cd80e
commit
e14c2052b7
|
@ -4,7 +4,7 @@ script:
|
||||||
- cargo build --verbose
|
- cargo build --verbose
|
||||||
- cargo test --verbose
|
- cargo test --verbose
|
||||||
- rustdoc --test README.md -L target
|
- rustdoc --test README.md -L target
|
||||||
- cargo doc
|
- cargo doc --no-deps
|
||||||
after_success: |
|
after_success: |
|
||||||
[ $TRAVIS_BRANCH = master ] &&
|
[ $TRAVIS_BRANCH = master ] &&
|
||||||
[ $TRAVIS_PULL_REQUEST = false ] &&
|
[ $TRAVIS_PULL_REQUEST = false ] &&
|
||||||
|
|
|
@ -35,6 +35,7 @@
|
||||||
//! [1]: https://github.com/mojombo/toml
|
//! [1]: https://github.com/mojombo/toml
|
||||||
//! [2]: https://github.com/BurntSushi/toml-test
|
//! [2]: https://github.com/BurntSushi/toml-test
|
||||||
//!
|
//!
|
||||||
|
|
||||||
#![doc(html_root_url = "http://alexcrichton.com/toml-rs")]
|
#![doc(html_root_url = "http://alexcrichton.com/toml-rs")]
|
||||||
#![feature(collections, core)]
|
#![feature(collections, core)]
|
||||||
#![deny(missing_docs)]
|
#![deny(missing_docs)]
|
||||||
|
|
Loading…
Reference in a new issue