From: Azat Khuzhin Date: Mon, 5 Nov 2018 15:00:41 +0000 (+0300) Subject: appveyor: do not run on branches that has "travis" in it's name X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1503a9a1a6aea641784fa7aae83ad00e57e35431;p=libevent appveyor: do not run on branches that has "travis" in it's name --- diff --git a/appveyor.yml b/appveyor.yml index db25e13e..a9e8c252 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,6 +5,10 @@ os: Visual Studio 2015 build: verbosity: detailed +branches: + except: + - /.*travis.*/ + environment: global: CYG_ROOT: C:/MinGW/msys/1.0