From 947a9a13bf59c069af5d8d5c314e96e7c732c591 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Fri, 7 Nov 2014 16:52:26 +1100 Subject: [PATCH] Can I diagnose the problem with Rust CI? --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.42.0