Add appveyor skip as an alias for skip appveyor

Strangely while both "ci skip" and "skip ci" are supported (with brackets)
only "skip appveyor" is supported by default
This commit is contained in:
Johnny Robeson 2016-07-03 18:27:29 -04:00
parent 81887ed817
commit f149bc39b0

View file

@ -1,6 +1,9 @@
version: "{build}"
build: off
deploy: off
skip_commits:
# add [appveyor skip] as an alias for [skip appveyor] (like [ci skip])
message: /\[appveyor skip\]/
environment:
# Undocumented feature of nose-show-skipped.