From: Anatol Belski Date: Tue, 3 Jan 2017 00:56:27 +0000 (+0100) Subject: set exclude AppVeyor branches and ignore builds on NEWS updates X-Git-Tag: php-7.0.15RC1~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d2298c3cecd1cc4a4c48173b3cce9aa9b6f409bd;p=php set exclude AppVeyor branches and ignore builds on NEWS updates --- diff --git a/.appveyor.yml b/.appveyor.yml index ba0d1c132d..5dae3970ef 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -3,6 +3,15 @@ version: "{branch}.build.{build}" image: Visual Studio 2015 +branches: + except: + - PHP-5.6 + - PHP-7.0 + +skip_commits: + message: /.*(NEWS|UPGRADING).*/ + + clone_depth: 64 cache: