From 7d584818ff7c976ce5feb090f355228d257dfbaf Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Mon, 19 Jun 2017 14:05:54 +0200 Subject: [PATCH] Fix CI by avoiding duplicate rustup installation (#330) Travis uses rustup by default now --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ab7b9f3b..10cca164 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,6 @@ rust: cache: cargo before_script: - - curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain=$TRAVIS_RUST_VERSION -y - - source ~/.cargo/env - rustup component add rust-src - (test -x $HOME/.cargo/bin/cargo-install-update || cargo install cargo-update) - (test -x $HOME/.cargo/bin/rustfmt || cargo install rustfmt)