add a travis file

This commit is contained in:
Benjamin Sergeant
2019-01-07 18:04:28 -08:00
parent ea75432f12
commit 1cf8b7e952
20 changed files with 835 additions and 32 deletions

View File

@ -36,7 +36,7 @@ namespace ix
makeCancellationRequestWithTimeout(timeoutSecs, requestInitCancellation);
bool success = socket->connect(host, port, errMsg, isCancellationRequested);
std::cerr << "errMsg: " << errMsg << std::endl;
Logger() << "errMsg: " << errMsg;
REQUIRE(success);
std::cout << "Sending request: " << request