From d2298c3cecd1cc4a4c48173b3cce9aa9b6f409bd Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Tue, 3 Jan 2017 01:56:27 +0100 Subject: [PATCH] set exclude AppVeyor branches and ignore builds on NEWS updates --- .appveyor.yml | 9 +++++++++ 1 file changed, 9 insertions(+) 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: -- 2.50.0