Stop Appveyor from building PRs twice

This commit is contained in:
Sean McArthur
2018-12-18 12:36:38 -08:00
parent 49d2905011
commit b259d7c5f3

View File

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