summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.appveyor.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 5dae3970ef..2c5b13239f 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -9,8 +9,10 @@ branches:
- PHP-7.0
skip_commits:
- message: /.*(NEWS|UPGRADING).*/
-
+ files:
+ - NEWS
+ - UPGRADING*
+ - README.*
clone_depth: 64