From 262bc32217db65b6d9c69acbcbc062a6782c4c5c Mon Sep 17 00:00:00 2001 From: Guillaume Bougard Date: Tue, 3 Jul 2018 11:03:13 +0200 Subject: [PATCH] don't skip on files --- appveyor.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 31b6c4a..52cf6d7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -15,11 +15,6 @@ notifications: on_build_failure: true on_build_status_changed: true -skip_commits: - files: - - '**/*.md' - - '*.txt' - install: - cinst pandoc --version 1.17.0.2 - cd Perl\Scripts