Skip to content

Commit

Permalink
Issue checkstyle#3870: Added skip_commits section to appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
umkamax committed Oct 17, 2017
1 parent 2a5690c commit 83adf87
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions appveyor.yml
@@ -1,6 +1,20 @@
os: Windows Server 2012
version: '{build}'
skip_tags: true
skip_commits:
files:
- .github/
- travis.yml
- circle.yml
- distelli-manifest.yml
- fast-forward-merge.sh
- LICENSE
- LICENSE.apache20
- README.md
- release.sh
- RIGHTS.antlr
- shippable.yml
-wercker.yml
clone_depth: 10
branches:
only:
Expand Down

0 comments on commit 83adf87

Please sign in to comment.