[TRAVIS] cleanup travis script
This commit is contained in:
5
tests/travis/travis_after_failure.sh
Executable file
5
tests/travis/travis_after_failure.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ ${TASK} == "r_test" ]; then
|
||||
cat xgboost/xgboost.Rcheck/*.log
|
||||
fi
|
||||
Reference in New Issue
Block a user