From 5f657c4d08a160e91a1265345ec82e8b14f10d6e Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Sat, 16 Dec 2017 16:53:27 -0800 Subject: [PATCH] Don't test the README --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a52fad6..28ddf9b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,6 @@ before_script: script: - cargo build --verbose - cargo test --verbose - - rustdoc --test README.md -L target/debug -L target/debug/deps - cargo doc --no-deps after_success: - travis-cargo --only nightly doc-upload