Skip to content

Commit

Permalink
make travis osx CXX setting consistent with cmakeetst
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen Qin committed Mar 7, 2019
1 parent eef0410 commit 4c84baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/travis/travis_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if [ ${TASK} == "unittest_gtest" ]; then
make -f scripts/packages.mk gtest
if [ ${TRAVIS_OS_NAME} != "osx" ]; then
echo "USE_S3=1" >> config.mk
echo "export CXX = g++-4.8" >> config.mk
echo "export CXX = g++-7" >> config.mk
else
echo "USE_S3=0" >> config.mk
echo "USE_OPENMP=0" >> config.mk
Expand Down

0 comments on commit 4c84baf

Please sign in to comment.