From b34192bae6f511b91a2fc01409676b2df2fd8a31 Mon Sep 17 00:00:00 2001 From: Azat Khuzhin Date: Mon, 25 Feb 2019 00:26:39 +0300 Subject: [PATCH] Ignore bitrise branches for travis-ci/appvyeor [ci skip] --- .travis.yml | 1 + appveyor.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index f7bd6d85..830c9568 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,7 @@ branches: - /.*win.*/ - /.*mingw.*/ - /.*freebsd.*/ + - /.*bitrise.*/ git: quiet: true diff --git a/appveyor.yml b/appveyor.yml index e47a57de..c0959f7e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -10,6 +10,7 @@ branches: - /.*linux.*/ - /.*freebsd.*/ - /.*osx.*/ + - /.*bitrise.*/ skip_commits: message: /travis/ files: -- 2.50.1