From b259d7c5f3be0e618e3748cd783bdc4c2a68b5e6 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Tue, 18 Dec 2018 12:36:38 -0800 Subject: [PATCH] Stop Appveyor from building PRs twice --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index e75d59f..47c93fc 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -12,5 +12,5 @@ install: - cargo -vV build: false test_script: - - cargo build --verbose - cargo test --verbose +skip_branch_with_pr: true