From 3ebd7edd024589f3e7581cc89014cea90ea1a2f9 Mon Sep 17 00:00:00 2001 From: Azat Khuzhin Date: Tue, 29 Jan 2019 10:10:23 +0300 Subject: [PATCH] Add OS-specific exclude patterns of the branch names for the CI (cherry picked from commit f88b8946f3da988f7aa80e36681037b4f474840e) --- .travis.yml | 3 +++ appveyor.yml | 3 +++ 2 files changed, 6 insertions(+) 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 26d9f1c0..2c5caaa4 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: -- 2.40.0