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