From 986afe26a3aac7f6dbf88e558ae5e06ce06e6d8c Mon Sep 17 00:00:00 2001 From: Mathijs van de Nes Date: Mon, 13 Apr 2015 10:55:00 +0200 Subject: [PATCH] Do not publish dep docs --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b1198383..3246a344 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ notifications: script: - cargo build - cargo test - - cargo doc + - cargo doc --no-deps - rustdoc --test README.md -L target after_success: