mirror of https://github.com/explosion/spaCy.git
Create appveyor.yml
This commit is contained in:
parent
81918155ef
commit
86277d4ef2
|
@ -0,0 +1,9 @@
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
- develop
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
- provider: Slack
|
||||||
|
incoming_webhook: https://hooks.slack.com/services/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
|
||||||
|
channel: '#dev'
|
Loading…
Reference in New Issue