Fixed issue with docs not being uploaded to rust-ci.

This commit is contained in:
Aaron Weiss 2014-11-05 01:52:38 -05:00
parent 9ab10153f1
commit f596767ce7

View file

@ -16,4 +16,5 @@ notifications:
- "%{repository_slug}/%{branch} (%{commit} - %{author}): %{message}"
skip_join: true
after_script:
- cp -r target/doc doc
- curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh