Turn off verbose flag on AppVeyor

This commit is contained in:
Sean McArthur
2019-01-11 11:42:27 -08:00
parent a8174feca4
commit ed1a6d4614

View File

@@ -12,5 +12,5 @@ install:
- cargo -vV
build: false
test_script:
- cargo test --verbose
- cargo test
skip_branch_with_pr: true