fix travis

This commit is contained in:
tqchen
2015-07-25 21:23:40 -07:00
parent f6c82d52ec
commit 0dbac3d11e
3 changed files with 5 additions and 5 deletions

View File

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