summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2017-03-28 12:14:15 -0400
committerGitHub <noreply@github.com>2017-03-28 12:14:15 -0400
commitb4bc3b63498e91660bd2422438dc24e6409ea115 (patch)
treed6fc1678d0ef4e0ae5d387f3044869b749599dca
parent685cc6c5622b02fd5a53c8bc953176b159c780e4 (diff)
remove uninstall step
-rw-r--r--ci/install.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/ci/install.sh b/ci/install.sh
index 3b3f28d4..a4d8c7b4 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