From: Chris Morgan Date: Fri, 7 Nov 2014 05:52:26 +0000 (+1100) Subject: Can I diagnose the problem with Rust CI? X-Git-Tag: 0.9.1~4 X-Git-Url: https://git.chrismorgan.info/anymap/commitdiff_plain/947a9a13bf59c069af5d8d5c314e96e7c732c591 Can I diagnose the problem with Rust CI? --- diff --git a/.travis.yml b/.travis.yml index 863799b..f95fbc0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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