From 5297e7c6dcdfd29ea1ae8cb27adfed39b5404f9b Mon Sep 17 00:00:00 2001 From: Seiichi Uchida Date: Wed, 7 Feb 2018 23:57:37 +0900 Subject: [PATCH] Fix appveyor --- appveyor.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 71704c494e7e..87c1773ce8eb 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -47,9 +47,6 @@ install: # ??? build: false -# Build rustfmt, run the executables as test_script: - cargo build --verbose - - cargo run --bin rustfmt -- --help - - cargo run --bin cargo-fmt -- --help - cargo test