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 #!/bin/bash
if [ ${TASK} == "R-package" ]; then if [ ${TASK} == "R-package" ]; then
cat R-package/xgboost.Rcheck/*.log cat xgboost/xgboost.Rcheck/*.log
fi fi

View File

@ -188,7 +188,7 @@ const char *XGBSetGetLastError_(const char *str_set) {
const char *XGBSetGetLastError_(const char *str_set) { const char *XGBSetGetLastError_(const char *str_set) {
return NULL; return NULL;
} }
#endif #endif // XGBOOST_STRICT_CXX98_
/*! \brief return str message of the last error */ /*! \brief return str message of the last error */
const char *XGBGetLastError() { const char *XGBGetLastError() {