Remove unneeded installation of rustfmt on travis

This commit is contained in:
Philipp Oppermann
2017-06-20 17:56:45 +02:00
parent 559a90ad8b
commit 3263f412fd

View File

@@ -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