xgboost/scripts/travis_osx_install.sh
2015-09-15 18:39:06 +09:00

8 lines
80 B
Bash
Executable File

#!/bin/bash
if [ ${TRAVIS_OS_NAME} != "osx" ]; then
exit 0
fi
brew update