From ea4db3c449d3b795c36554ccb9c5f4d383c165e1 Mon Sep 17 00:00:00 2001 From: Alex Crichton <alex@alexcrichton.com> Date: Sat, 12 Sep 2015 16:38:21 -0700 Subject: [PATCH] Get android rust download working --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 42759483..4fa4a66d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,3 +18,4 @@ matrix: include: - os: linux TARGET: arm-linux-androideabi + rust: stable -- GitLab