From d6873cafd0b5ffe7d76d4b1da3d4d0f72f92e79a Mon Sep 17 00:00:00 2001 From: wuzewu Date: Fri, 6 Dec 2019 15:31:47 +0800 Subject: [PATCH] Fix mac ci issue --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 56283e68..d9e6958a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,7 @@ jobs: - name: "CI on Linux/Python3.6" os: linux python: 3.6 + script: /bin/bash ./scripts/check_code_style.sh - name: "CI on Linux/Python3.5" os: linux python: 3.5 @@ -30,7 +31,6 @@ install: - pip install -r requirements.txt 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; fi - if [[ $TRAVIS_OS_NAME != "windows" ]]; then /bin/bash ./scripts/test_all_module.sh; fi -- GitLab