xgboost/scripts/travis_after_failure.sh
2015-07-03 21:08:36 -07:00

5 lines
98 B
Bash
Executable File

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