From 3263f412fd0b652202acacd55b8352b639b47b6a Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Tue, 20 Jun 2017 17:56:45 +0200 Subject: [PATCH] Remove unneeded installation of rustfmt on travis --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 10cca164..85cecf4e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,6 @@ cache: cargo before_script: - 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) - (test -x $HOME/.cargo/bin/xargo || cargo install xargo) - cargo install-update -a