From: Azat Khuzhin Date: Tue, 29 Jan 2019 07:10:23 +0000 (+0300) Subject: Add OS-specific exclude patterns of the branch names for the CI X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f88b8946f3da988f7aa80e36681037b4f474840e;p=libevent Add OS-specific exclude patterns of the branch names for the CI --- diff --git a/.travis.yml b/.travis.yml index 5cf9ed30..f7bd6d85 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,9 @@ osx_image: xcode10.1 branches: except: - /.*appveyor.*/ + - /.*win.*/ + - /.*mingw.*/ + - /.*freebsd.*/ git: quiet: true diff --git a/appveyor.yml b/appveyor.yml index 8a879b21..76b7e6aa 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,6 +5,9 @@ os: Visual Studio 2015 branches: except: - /.*travis.*/ + - /.*linux.*/ + - /.*freebsd.*/ + - /.*osx.*/ skip_commits: message: /travis/ files: