diff --git a/.travis.yml b/.travis.yml index 904220d4f043315a6676f040df940c7efaa042cf..c43f1b5dabbc568a235a9868ea359708e98edec9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,8 +28,8 @@ install: script: - if [[ $TRAVIS_PYTHON_VERSION != 2.7 ]]; then /bin/bash ./scripts/check_code_style.sh; fi - - if [[ $TRAVIS_OS_NAME != "windows" ]]; then /bin/bash ./scripts/test_cml.sh - - if [[ $TRAVIS_OS_NAME != "windows" ]]; then /bin/bash ./scripts/test_all_module.sh + - if [[ $TRAVIS_OS_NAME != "windows" ]]; then /bin/bash ./scripts/test_cml.sh; fi + - if [[ $TRAVIS_OS_NAME != "windows" ]]; then /bin/bash ./scripts/test_all_module.sh; fi notifications: email: