-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.travis.yml
36 lines (32 loc) · 902 Bytes
/
.travis.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
language: node_js
node_js:
- 10
- 11
- 12
- 13
os:
- linux
- osx
- windows
cache:
directories:
- node_modules
script:
- #env
- node --version
- npm --version
- npm ls grpc wechaty wechaty-puppet wechaty-puppet-mock wechaty-puppet-wechat wechaty-puppet-wechat4u wechaty-puppet-padplus || true
- echo "Testing Started ..."
- npm test
- npm ls grpc wechaty wechaty-puppet wechaty-puppet-mock wechaty-puppet-wechat wechaty-puppet-wechat4u wechaty-puppet-padplus || true
- echo "Testing Finished."
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/41a19fbf1d54a04e5217
on_success: always # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: never # options: [always|never|change] default: always
email:
on_success: change
on_failure: change