From 40710378e2044c86b896a8f330716c01705f577a Mon Sep 17 00:00:00 2001
From: Alex Crichton <alex@alexcrichton.com>
Date: Sun, 13 Sep 2015 11:23:17 -0700
Subject: [PATCH] Correct android rust nightly version

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

diff --git a/.travis.yml b/.travis.yml
index f5863870..1c01adeb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,7 +18,7 @@ matrix:
   include:
     - os: linux
       env: TARGET=arm-linux-androideabi
-      rust: stable
+      rust: nightly-2015-09-08
     - os: linux
       env: TARGET=x86_64-unknown-linux-musl
       rust: nightly-2015-09-08
-- 
GitLab