Can I diagnose the problem with Rust CI?

This commit is contained in:
Chris Morgan 2014-11-07 16:52:26 +11:00
parent 63e4c18ed7
commit 947a9a13bf

View file

@ -8,4 +8,6 @@ script:
- cargo doc --verbose
after_script:
- ln -s target/doc doc
- curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh
- curl -v http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN > ./upload-docs
- cat ./upload-docs
- sh ./upload-docs