summaryrefslogtreecommitdiff
path: root/ci/travis.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/travis.sh')
-rw-r--r--ci/travis.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/ci/travis.sh b/ci/travis.sh
index bcbd1c2..319d002 100644
--- a/ci/travis.sh
+++ b/ci/travis.sh
@@ -37,9 +37,6 @@ if [ -n "${INSTALL_DEPENDENCY_LIBRARY}" ]; then
yum install -y $INSTALL_DEPENDENCY_LIBRARY
fi
-if [ $ASAN_OPTION ] && [ -f "/opt/rh/devtoolset-7/enable" ] ;then
- source /opt/rh/devtoolset-7/enable
-fi
mkdir build || true
cd build