From c8c0134926279ebe996eb71845ef2638a28b1190 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Wed, 16 May 2018 07:19:08 -0500 Subject: [PATCH] Don't test Appveyor PR branch. (#79) Another PR test. --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index a241f30..644347e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -132,6 +132,9 @@ configuration: - debug - release +# No need to test PR branch as the PR itself is already tested. +skip_branch_with_pr: true + init: - cd %APPVEYOR_BUILD_FOLDER% install: python tools/ci/library_test.py install