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

use travis_terminate 1 for travis ci

上级 6da8d687
......@@ -36,7 +36,7 @@ jobs:
- node --version
- npm --version
- echo "Testing started ..."
- npm test
- npm test || travis_terminate 1
after_success:
- if [ "$TRAVIS_OS_NAME" == 'osx' ]; then npm run coverage; fi
......
......@@ -287,16 +287,15 @@ screen.render()
// console.log('zixia')
// }, 500)
/**
*
*
*
* Wechaty multi instance support example:
* boy & girl twins
*
*
*
*/
const boy = new Wechaty({ profile: 'boy' })
const girl = new Wechaty({ profile: 'girl' })
......@@ -304,14 +303,6 @@ const girl = new Wechaty({ profile: 'girl' })
startBot(boy, boyConsole)
startBot(girl, girlConsole)
function startBot(bot: Wechaty, logElement: any) {
// logElement.log('Initing...')
bot
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册