Appveyor: avoid double testing on master commits
This commit is contained in:
parent
c9e6740503
commit
9a65c6a98e
1 changed files with 7 additions and 0 deletions
|
|
@ -17,6 +17,13 @@ branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- 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
|
clone_depth: 5
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue