提交 f624b1d4 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

test if webhook will rebuild docker image when test fail on travis

上级 6b57cc78
......@@ -29,5 +29,5 @@ notifications:
- https://registry.hub.docker.com/u/zixia/wechaty/trigger/01585c2b-175b-4d27-b09d-e380a052c17c/
on_success: always # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: always # options: [always|never|change] default: always
on_start: never # options: [always|never|change] default: always
{
"name": "wechaty",
"version": "0.3.2",
"version": "0.3.1",
"description": "Wechat for Bot (Personal Account)",
"main": "index.js",
"scripts": {
"build": "echo empty build",
"postinstall": "echo postinstall",
"lint": "eslint src test",
"pretest": "npm run lint",
"start": "node bin/io-bot",
"demo": "node example/ding-dong-bot.js",
"test": "cross-env TAP_TIMEOUT=600 tap --reporter=tap test/{*,**/*}.spec.js"
"test": "exit 1; cross-env TAP_TIMEOUT=600 tap --reporter=tap test/{*,**/*}.spec.js"
},
"repository": {
"type": "git",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册