Fix docs
This commit is contained in:
parent
818acb4d77
commit
73c900edb1
|
@ -5,7 +5,8 @@ env:
|
|||
script:
|
||||
- cargo build --verbose
|
||||
- cargo test --verbose
|
||||
- cargo doc
|
||||
- cargo doc --verbose
|
||||
after_script:
|
||||
- ln -s target/doc doc
|
||||
- curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh
|
||||
|
||||
|
|
Loading…
Reference in a new issue