Appveyor: Skip tests on if only document files changed [ci skip]
This commit is contained in:
parent
914563ae87
commit
93f0beca5e
@ -10,6 +10,11 @@ shallow_clone: true
|
|||||||
clone_depth: 10
|
clone_depth: 10
|
||||||
platform:
|
platform:
|
||||||
- x64
|
- x64
|
||||||
|
skip_commits:
|
||||||
|
files:
|
||||||
|
- doc/*
|
||||||
|
- '**/*.md'
|
||||||
|
- '**/*.rdoc'
|
||||||
environment:
|
environment:
|
||||||
ruby_version: "24-%Platform%"
|
ruby_version: "24-%Platform%"
|
||||||
zlib_version: "1.2.11"
|
zlib_version: "1.2.11"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user