xgboost/rabit/scripts/travis_osx_install.sh
2020-08-18 03:52:33 +08:00

8 lines
81 B
Bash
Executable File

#!/bin/bash
set -e
set -x
if [ ${TRAVIS_OS_NAME} != "osx" ]; then
exit 0
fi