Do not upload docs of dependencies in travis

This commit is contained in:
Mathijs van de Nes 2014-09-14 17:25:27 +02:00
parent 453c6a8ce1
commit d65cb2d8f5

View file

@ -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