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

fix safe-test under *unix

上级 f54403bf
...@@ -30,7 +30,7 @@ script: ...@@ -30,7 +30,7 @@ script:
- echo $TRAVIS_OS_NAME - echo $TRAVIS_OS_NAME
- node --version - node --version
- npm --version - npm --version
- npm run test:safe - npm test
after_success: after_success:
- if [ "$TRAVIS_OS_NAME" == 'osx' ]; then npm run coverage; fi - if [ "$TRAVIS_OS_NAME" == 'osx' ]; then npm run coverage; fi
......
...@@ -265,7 +265,7 @@ function main() { ...@@ -265,7 +265,7 @@ function main() {
test) test)
# WECHATY_LOG=silent npm run test:unit # WECHATY_LOG=silent npm run test:unit
WECHATY_LOG=silent npm run test:safe WECHATY_LOG=silent npm run test
;; ;;
# #
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册