From d65cb2d8f5734bd5cb3e4bfaabe7ebe58a1fbd41 Mon Sep 17 00:00:00 2001 From: Mathijs van de Nes Date: Sun, 14 Sep 2014 17:25:27 +0200 Subject: [PATCH] Do not upload docs of dependencies in travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9e78476f..3f426fc9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ env: script: - cargo build - cargo test - - cargo doc + - cargo doc --no-deps after_script: - cd target && curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh