Skip appveyor builds when only .travis.yml changes

This commit is contained in:
Andrew Johnson
2020-05-25 20:42:35 -05:00
parent 88d34c2d38
commit 290f2d7e7d

View File

@@ -29,9 +29,9 @@ clone_depth: 5
skip_commits:
files:
- 'documentation/*'
- 'templates/*'
- '**/*.html'
- '**/*.md'
- '.travis.yml'
#---------------------------------#
# build matrix configuration #