disabling doc lint ci

This commit is contained in:
sebv
2014-07-07 02:41:02 +08:00
parent 4af168ac0c
commit cc80b5ff86
+3 -3
View File
@@ -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