From c96abcef1cd3558176cdf2a1190da1f1bfdba8b2 Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Sun, 23 Feb 2020 09:46:08 -0800 Subject: [PATCH] build status github badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6bc6060f..8193359c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## Hello world -![Build status badge](https://travis-ci.org/machinezone/IXWebSocket.svg?branch=master) +![Build status](https://github.com/machinezone/IXWebSocket/workflows/unittest/badge.svg) IXWebSocket is a C++ library for WebSocket client and server development. It has minimal dependencies (no boost), is very simple to use and support everything you'll likely need for websocket dev (SSL, deflate compression, compiles on most platforms, etc...). HTTP client and server code is also available, but it hasn't received as much testing.