diff --git a/appveyor.yml b/appveyor.yml
deleted file mode 100644
index f5d7edf00a..0000000000
|
+
|
-
|
|
| 1 | | environment: |
| 2 | | matrix: |
| 3 | | - nodejs_version: 10.13.0 |
| 4 | | |
| 5 | | clone_depth: 3 |
| 6 | | |
| 7 | | branches: |
| 8 | | only: |
| 9 | | - master |
| 10 | | |
| 11 | | install: |
| 12 | | - ps: Install-Product node $env:nodejs_version |
| 13 | | - npm install npm -g |
| 14 | | - npm install |
| 15 | | |
| 16 | | before_build: |
| 17 | | - node --version |
| 18 | | - npm --version |
| 19 | | |
| 20 | | build_script: |
| 21 | | - cmd: "npm run build" |
| 22 | | |
| 23 | | test: off |
| 24 | | |
| 25 | | deploy: off |
| 26 | | |
| 27 | | notifications: |
| 28 | | - provider: Slack |
| 29 | | incoming_webhook: |
| 30 | | secure: CmhfxrWwgtwzO/kXoZWXRUB/Jh05AQ7DvOhToqtpm6dN1wBDp9+VnNqxldpv34uPd09vuUk4Nu/NQFkIswuZA5NYfIFJIFWqwnZExQFzTBA= |
| 31 | | on_build_success: false |
| 32 | | on_build_failure: true |
| 33 | | on_build_status_changed: true |
| 34 | | template: Build <{{buildUrl}}|#{{buildNumber}}> (<{{commitUrl}}|{{commitId}}>) of {{repositoryName}}@{{branch}} by {{commitAuthor}} {{status}} in {{duration}} |