xgboost/scripts/travis_after_failure.sh
2015-07-25 21:23:40 -07:00

6 lines
89 B
Bash
Executable File

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