From b4bc3b63498e91660bd2422438dc24e6409ea115 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Tue, 28 Mar 2017 12:14:15 -0400 Subject: [PATCH] remove uninstall step --- ci/install.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/ci/install.sh b/ci/install.sh index 3b3f28d..a4d8c7b 100644 --- a/ci/install.sh +++ b/ci/install.sh @@ -17,9 +17,6 @@ install_c_toolchain() { } install_rustup() { - # uninstall the rust toolchain installed by travis, we are going to use rustup - sh ~/rust/lib/rustlib/uninstall.sh - curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain=$TRAVIS_RUST_VERSION rustc -V