appveyor.yml: added skip_commits.

This commit is contained in:
John MacFarlane 2017-10-12 11:28:32 -07:00
parent 27b1581d78
commit 62487bd69f

View file

@ -14,6 +14,16 @@ environment:
# STACK: "%STACK_ROOT%\\stack.exe"
# STACK_FLAGS: ""
skip_commits:
files:
- '*.md'
- '*.txt'
- '.travis.yml'
- 'Makefile'
- 'man/pandoc.1'
- 'linux/*'
- 'macos/*'
matrix:
fast_finish: true