disable openmp in dmlc

This commit is contained in:
tqchen 2015-07-29 21:11:44 -07:00
parent fa41fe3f13
commit c870c08b7e

View File

@ -9,6 +9,7 @@ fi
if [ ${TRAVIS_OS_NAME} == "osx" ]; then
export no_omp=1
export NO_OPENMP=1
fi
if [ ${TASK} == "build" ]; then