From 4a0067af6f1ad726d78f847961d472ce4cc4d41b Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Mon, 20 Apr 2015 21:29:34 -0700 Subject: [PATCH] Build docs without optional impls There's no way to identify them as opt-in in the docs which is a constant source of confusion so it's safer to just not mention them there. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b85bddf1..6a416546 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ before_script: script: - cargo test - cargo test --features "uuid rustc-serialize time unix_socket serde" -- cargo doc --no-deps --features "uuid rustc-serialize time unix_socket serde" +- cargo doc --no-deps --features "unix_socket" after_success: - test $TRAVIS_PULL_REQUEST == "false" && test $TRAVIS_BRANCH == "master" && ./.travis/update_docs.sh env: