Fix doc build
This commit is contained in:
parent
203bdd076e
commit
0c41d3b123
|
|
@ -8,6 +8,6 @@ before_script:
|
||||||
script:
|
script:
|
||||||
- cargo build
|
- cargo build
|
||||||
- cargo test
|
- cargo test
|
||||||
- rustdoc lib.rs
|
- rustdoc src/lib.rs
|
||||||
after_script:
|
after_script:
|
||||||
- curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh
|
- curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue