update travis travis_env_common.sh

pull/304/head
ZhifengZhang-CN 2019-11-12 16:50:22 +08:00
parent ff406d0300
commit 636313622c
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ export MILVUS_BUILD_DIR=${TRAVIS_BUILD_DIR}/core/cmake_build
export MILVUS_INSTALL_PREFIX=/opt/milvus
export MILVUS_TRAVIS_COVERAGE=${MILVUS_TRAVIS_COVERAGE:=0}
if ["$MILVUS_TRAVIS_COVERAGE" == "1"]; then
if [ "${MILVUS_TRAVIS_COVERAGE}" == "1" ]; then
export MILVUS_CPP_COVERAGE_FILE=${TRAVIS_BUILD_DIR}/output_new.info
fi