From 522ff139316e6143d18a4e1babfdb488987b6321 Mon Sep 17 00:00:00 2001
From: Anmol Sethi <hi@nhooyr.io>
Date: Sun, 1 Sep 2019 12:17:36 -0500
Subject: [PATCH] Add CI status to README.md

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index f7c9fe4..212aadd 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
 # websocket
 
 [![GoDoc](https://godoc.org/nhooyr.io/websocket?status.svg)](https://godoc.org/nhooyr.io/websocket)
+[![CI](https://img.shields.io/circleci/build/github/nhooyr/websocket)](https://github.com/nhooyr/websocket/commits/master)
 [![Codecov](https://img.shields.io/codecov/c/github/nhooyr/websocket.svg?color=brightgreen)](https://codecov.io/gh/nhooyr/websocket)
 
 websocket is a minimal and idiomatic WebSocket library for Go.
-- 
GitLab