mirror of
https://github.com/libevent/libevent.git
synced 2025-01-31 09:12:55 +08:00
appveyor: do not run on branches that has "travis" in it's name
This commit is contained in:
parent
6d3a53966b
commit
1503a9a1a6
@ -5,6 +5,10 @@ os: Visual Studio 2015
|
|||||||
build:
|
build:
|
||||||
verbosity: detailed
|
verbosity: detailed
|
||||||
|
|
||||||
|
branches:
|
||||||
|
except:
|
||||||
|
- /.*travis.*/
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
global:
|
global:
|
||||||
CYG_ROOT: C:/MinGW/msys/1.0
|
CYG_ROOT: C:/MinGW/msys/1.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user