From 18d5d43f659fed2dce127de024b059f35dad1674 Mon Sep 17 00:00:00 2001
From: Alex Crichton <alex@alexcrichton.com>
Date: Thu, 17 Nov 2016 09:47:40 -0800
Subject: [PATCH] Move docs back to nightly

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

diff --git a/.travis.yml b/.travis.yml
index a659b0dd..bb86e0a9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,7 +33,7 @@ matrix:
     # build documentation
     - os: linux
       env: TARGET=x86_64-unknown-linux-gnu
-      rust: 1.10.0
+      rust: nightly
       script: sh ci/dox.sh
 
     # stable compat
-- 
GitLab