forked from postmanlabs/newman
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.appveyor.yml
39 lines (31 loc) · 1.01 KB
/
.appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#---------------------------------#
# environment configuration #
#---------------------------------#
# scripts that are called at very beginning, before repo cloning
init:
- git config --global core.autocrlf input
# environment variables
environment:
matrix:
- nodejs_version: "4"
- nodejs_version: "6"
- nodejs_version: "8"
# scripts that run after cloning repository
install:
- ps: Install-Product node $env:nodejs_version
- npm cache clean --force
- appveyor-retry npm install
build: off # Disable MSBuilds, not related to the regular build process
# to run your custom scripts instead of automatic tests
test_script:
- node --version && npm --version
- cmd: "npm test"
# to disable deployment
deploy: off
#---------------------------------#
# notifications #
#---------------------------------#
notifications:
- provider: Slack
incoming_webhook:
secure: PRDZ1nhG/cQrwMgCLXsWvTDJtYxv78GJrSlVYpMzpUploVWDzBlpMqmFr9WxZQkY/lxsqCSpGX4zgTYzlte1WMWnghqTIFE8u7svlXHa/tk=