From fd4a161f77e905cca799094bd3ccc85d4d6f00ee Mon Sep 17 00:00:00 2001 From: Drew Short Date: Thu, 22 Aug 2019 23:17:18 -0500 Subject: [PATCH] Updated appveyor build script format to disable MSBuild --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 6a1b8dc..e3097fd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,7 +11,7 @@ install: - rustc -V - cargo -V -build: false +build: off test_script: - cargo test --verbose