From 70ab3cdd61f769559f8f65e8d7c4455b4fa57bde Mon Sep 17 00:00:00 2001
From: David Tolnay <dtolnay@gmail.com>
Date: Wed, 25 Jan 2017 20:51:10 -0800
Subject: [PATCH] Docs are built in a different repo

---
 .travis.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 0d4972a0..c7c34f2f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,7 +18,6 @@ script:
 - (cd test_suite && travis-cargo --only beta test)
 - (cd test_suite && travis-cargo --only nightly test -- --features unstable-testing)
 - (cd test_suite/no_std && travis-cargo --only nightly build)
-- (cd serde && travis-cargo --only stable doc)
 env:
   global:
   - TRAVIS_CARGO_NIGHTLY_FEATURE=""