From cc80b5ff86b09dfc32ea2f87ecca326e31f3a0ae Mon Sep 17 00:00:00 2001 From: sebv Date: Mon, 7 Jul 2014 02:41:02 +0800 Subject: [PATCH] disabling doc lint ci --- ci/script.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/script.sh b/ci/script.sh index 38ddbfe32..d92ae857d 100755 --- a/ci/script.sh +++ b/ci/script.sh @@ -9,9 +9,9 @@ if [[ $TRAVIS_SECURE_ENV_VARS == true ]] && [[ $TRAVIS_PULL_REQUEST == false ]]; fi if [[ $CI_CONFIG == 'unit' ]]; then - cd docs - appium_doc_lint || exit 1 - cd - + # cd docs + # appium_doc_lint || exit 1 + # cd - npm test elif [[ $CI_CONFIG == 'ios' ]]; then unset SUDO_UID