Unverified Commit ab9c6a8a by John Kessenich Committed by GitHub

Merge pull request #1155 from antiagainst/skip-tags

Appveyor: avoid double testing on master commits
parents c9e67405 9a65c6a9
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment