Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Commit 1d047b2

Browse files
committed
Added check to ignore builds triggered by the 'feature/travis-ci' branch in 'AppVeyor'.
1 parent ef040bb commit 1d047b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

appveyor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
version: '{build}'
2+
branches:
3+
except:
4+
- feature/travis-ci # Affects only 'Travis-CI' builds, shouldn't be built
25
image: Visual Studio 2017
36
environment:
47
MINGW_PATH: C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin

0 commit comments

Comments
 (0)