Skip to content

Commit ae5f144

Browse files
umkamaxromani
authored andcommitted
Issue checkstyle#3870: Added skip_commits section to appveyor.yml
1 parent 2a5690c commit ae5f144

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

appveyor.yml

+14
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
os: Windows Server 2012
22
version: '{build}'
33
skip_tags: true
4+
skip_commits:
5+
files:
6+
- .github/
7+
- travis.yml
8+
- circle.yml
9+
- distelli-manifest.yml
10+
- fast-forward-merge.sh
11+
- LICENSE
12+
- LICENSE.apache20
13+
- README.md
14+
- release.sh
15+
- RIGHTS.antlr
16+
- shippable.yml
17+
-wercker.yml
418
clone_depth: 10
519
branches:
620
only:

0 commit comments

Comments
 (0)