From 75227304feffed815206b24e6a907cca8c006ee1 Mon Sep 17 00:00:00 2001 From: Constantin Nickel Date: Tue, 13 Oct 2020 13:26:51 +0200 Subject: [PATCH] Change build status badge to GitHub Actions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2e899b..1bf68a4 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Asynchronous WebSockets for [async-std](https://async.rs), [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE) [![Crates.io](https://img.shields.io/crates/v/async-tungstenite.svg?maxAge=2592000)](https://crates.io/crates/async-tungstenite) -[![Build Status](https://travis-ci.org/sdroege/async-tungstenite.svg?branch=master)](https://travis-ci.org/sdroege/async-tungstenite) +[![Build Status](https://github.com/sdroege/async-tungstenite/workflows/CI/badge.svg)](https://github.com/sdroege/async-tungstenite/actions?query=workflow%3ACI) [Documentation](https://docs.rs/async-tungstenite)