From 9a65c6a98e244d2966e44f3be37039a7cb23653a Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Tue, 14 Nov 2017 14:36:22 -0500 Subject: [PATCH] Appveyor: avoid double testing on master commits --- .appveyor.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index 33a68374..07e269be 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -17,6 +17,13 @@ branches: only: - master +# Travis advances the master-tot tag to current top of the tree after +# each push into the master branch, because it relies on that tag to +# upload build artifacts to the master-tot release. This will cause +# double testing for each push on Appveyor: one for the push, one for +# the tag advance. Disable testing tags. +skip_tags: true + clone_depth: 5 matrix: