xgboost/scripts/travis_after_failure.sh
2015-07-12 11:00:52 -07:00

6 lines
91 B
Bash
Executable File

#!/bin/bash
if [ ${TASK} == "R-package" ]; then
cat R-package/xgboost.Rcheck/*.log
fi