summaryrefslogtreecommitdiff
path: root/ci/travis.sh
diff options
context:
space:
mode:
author杨威 <[email protected]>2023-01-10 23:53:24 +0800
committer杨威 <[email protected]>2023-01-11 11:50:53 +0800
commit8393d32ba6aeec6ff5a1a3143cb3fde2b88a10a4 (patch)
tree8931d569aeb8099c356c56a03010e33c5234de90 /ci/travis.sh
parent351930141a08886cbd31d1968cfe66de2fbcc3dd (diff)
🌈 style(linter check): reduce lint check warning
Diffstat (limited to 'ci/travis.sh')
-rw-r--r--ci/travis.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/travis.sh b/ci/travis.sh
index 4798ddb..130a21e 100644
--- a/ci/travis.sh
+++ b/ci/travis.sh
@@ -38,6 +38,7 @@ env | sort
if [ -n "${INSTALL_DEPENDENCY_LIBRARY}" ]; then
yum install -y $INSTALL_DEPENDENCY_LIBRARY
source /etc/profile.d/framework.sh
+ source /etc/profile.d/mrzcpd.sh
fi
if [ $ASAN_OPTION ] && [ -f "/opt/rh/devtoolset-7/enable" ] ;then