From 9abacb177ea85c83994e028808e09e409c351ec9 Mon Sep 17 00:00:00 2001 From: "melo.yao" Date: Mon, 15 Jun 2015 23:53:21 +0800 Subject: [PATCH] update readme with build status --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc47e03..48d2a3b 100755 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Socket.IO C++ Client - +[![Build Status](https://travis-ci.org/socketio/socket.io-client-cpp.svg)](https://travis-ci.org/socketio/socket.io-client-cpp) This repository contains the Socket.IO C++ client. It depends on [websocket++](https://github.com/zaphoyd/websocketpp) and is inspired by [socket.io-clientpp](https://github.com/ebshimizu/socket.io-clientpp). By virtue of being written in C++, this client works in several different platforms. The [examples](https://github.com/socketio/socket.io-client-cpp/tree/master/examples) folder contains an iPhone, QT and Console example chat client!