2 Star 6 Fork 1

Wechaty/wechaty-getting-started

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 902 Bytes
一键复制 编辑 原始数据 按行查看 历史
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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/wechaty/wechaty-getting-started.git
git@gitee.com:wechaty/wechaty-getting-started.git
wechaty
wechaty-getting-started
wechaty-getting-started
master

搜索帮助