updated .travis.yml to use `cargo doc` for doc generation.
This commit is contained in:
parent
95f5c0c095
commit
55d5d49f1c
|
@ -1,2 +1 @@
|
||||||
doc
|
|
||||||
target
|
target
|
||||||
|
|
|
@ -14,9 +14,9 @@ before_install:
|
||||||
script:
|
script:
|
||||||
- cargo build
|
- cargo build
|
||||||
- cargo test
|
- cargo test
|
||||||
- rustdoc src/lib.rs
|
- cargo doc
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
after_script:
|
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