Update travis.yml to upload docs

This commit is contained in:
John Gallagher 2014-11-04 13:59:08 -05:00
parent 3a9a3e1903
commit 79ca9ea4a4

View File

@ -10,4 +10,5 @@ script:
- cargo doc --no-deps
after_script:
- mv target/doc .
- curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh