[rabit harden] fix rabit tests (#81)

* enable model recovery tests
* force use gcc4.8 in Travis
This commit is contained in:
Chen Qin
2019-03-14 16:16:45 -07:00
committed by Jiaming Yuan
parent 1cc34f01db
commit ed06e0c6af
9 changed files with 82 additions and 44 deletions

View File

@@ -12,7 +12,7 @@
#include <ostream>
#include <streambuf>
#include "dmlc/base.h"
#include "base.h"
// include uint64_t only to make io standalone
#ifdef _MSC_VER

View File

@@ -9,7 +9,7 @@
#include <vector>
#include <string>
#include "./internal/utils.h"
#include "dmlc/io.h"
#include "../dmlc/io.h"
namespace rabit {
/*!