From ffd835f0dcf6cd8a9ee22c11f9c4814de0fb3431 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cenk=20Alt=C4=B1?= Date: Wed, 7 Feb 2024 13:08:25 -0500 Subject: [PATCH] Remove Travis badge from README --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 3dffd26..da7ffdc 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ rpc2 ==== [![GoDoc](https://godoc.org/github.com/cenkalti/rpc2?status.png)](https://godoc.org/github.com/cenkalti/rpc2) -[![Build Status](https://travis-ci.org/cenkalti/rpc2.png)](https://travis-ci.org/cenkalti/rpc2) rpc2 is a fork of net/rpc package in the standard library. The main goal is to add bi-directional support to calls.