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

fix travis ci loop

上级 a31d7a25
......@@ -30,7 +30,7 @@ script:
- echo $TRAVIS_OS_NAME
- node --version
- npm --version
- n=0; npm test; while ((n < 3 && $? > 0)); ((n++)); do npm test; done
- n=0; npm test; while ((n < 3 && $? > 0)); do ((n++)); npm test; done
after_success:
- if [ "$TRAVIS_OS_NAME" == 'osx' ]; then npm run coverage; fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册