提交 b3b884a8 编写于 作者: W wuzewu

Fix windows ci issue

上级 20f6f035
...@@ -28,8 +28,8 @@ install: ...@@ -28,8 +28,8 @@ install:
script: script:
- if [[ $TRAVIS_PYTHON_VERSION != 2.7 ]]; then /bin/bash ./scripts/check_code_style.sh; fi - if [[ $TRAVIS_PYTHON_VERSION != 2.7 ]]; then /bin/bash ./scripts/check_code_style.sh; fi
- /bin/bash ./scripts/test_cml.sh - if [[ $TRAVIS_OS_NAME != "windows" ]]; then /bin/bash ./scripts/test_cml.sh
- /bin/bash ./scripts/test_all_module.sh - if [[ $TRAVIS_OS_NAME != "windows" ]]; then /bin/bash ./scripts/test_all_module.sh
notifications: notifications:
email: email:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册