Can I diagnose the problem with Rust CI?
authorChris Morgan <me@chrismorgan.info>
committerChris Morgan <me@chrismorgan.info>
.travis.yml

index 863799b0e362b51cfb665b65c2356f1f279b978c..f95fbc00ac10467a2748191c354d96fa419e9d35 100644 (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