Browse Source

Updated appveyor build script format to disable MSBuild

master
Drew Short 5 years ago
parent
commit
fd4a161f77
  1. 2
      appveyor.yml

2
appveyor.yml

@ -11,7 +11,7 @@ install:
- rustc -V
- cargo -V
build: false
build: off
test_script:
- cargo test --verbose
Loading…
Cancel
Save