Update travis_after_failure.sh

This commit is contained in:
Tianqi Chen 2015-07-12 11:00:52 -07:00
parent 4a746be43a
commit b7f355fdd2

View File

@ -1,5 +1,5 @@
#!/bin/bash
if [ ${TASK} == "R-package" ]; then
cat R-package/xgboost.Rcheck/00install.out
cat R-package/xgboost.Rcheck/*.log
fi