Do not upload docs of dependencies in travis
This commit is contained in:
parent
453c6a8ce1
commit
d65cb2d8f5
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ env:
|
|||
script:
|
||||
- cargo build
|
||||
- cargo test
|
||||
- cargo doc
|
||||
- cargo doc --no-deps
|
||||
|
||||
after_script:
|
||||
- cd target && curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh
|
||||
|
|
Loading…
Add table
Reference in a new issue