Merge pull request #1633 from gennadiycivil/master

ignore .md for appveyor builds
This commit is contained in:
Gennadiy Civil 2018-06-14 09:52:50 -04:00 committed by GitHub
commit dea79290af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,6 +78,11 @@ build_script:
throw "Exec: $ErrorMessage"
}
skip_commits:
files:
- '**/*.md'
test_script:
- ps: |
# Only enable some builds for pull requests, the AppVeyor queue is too long.