updated .travis.yml to use `cargo doc` for doc generation.
This commit is contained in:
parent
95f5c0c095
commit
55d5d49f1c
|
@ -1,2 +1 @@
|
|||
doc
|
||||
target
|
||||
|
|
|
@ -14,9 +14,9 @@ before_install:
|
|||
script:
|
||||
- cargo build
|
||||
- cargo test
|
||||
- rustdoc src/lib.rs
|
||||
- cargo doc
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
after_script:
|
||||
- curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh
|
||||
- cd target && curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh
|
||||
|
|
Loading…
Reference in New Issue