Skip to content

Commit

Permalink
appveyor-ci: fix (hopefully) appveyor config file.
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterMatula committed Feb 14, 2018
1 parent c4a82a9 commit 2d4df56
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,18 +66,18 @@ skip_commits:
- LICENSE
- LICENSE-THIRD-PARTY
# All .gitignore files within repository.
- **/.gitignore
- '**/.gitignore'
# All *.md files within repository.
- **/*.md
- '**/*.md'
# All README files within repository.
- **/README
- **/README.txt
- **/readme
- **/readme.txt
- '**/README'
- '**/README.txt'
- '**/readme'
- '**/readme.txt'
# All files within doc directory, recursive.
- doc/**/*
- doc/
# All files within scripts/type_extractor directory, recursive.
- scripts/type_extractor/**/*
- scripts/type_extractor/

notifications:
- provider: Email
Expand Down

0 comments on commit 2d4df56

Please sign in to comment.