From 5348912843dd96ec938e886791ff97dcab078de7 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Thu, 12 Aug 2021 09:23:01 +0200 Subject: [PATCH] README: Use build status badge for GitHub Actions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46c759c..b945194 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Adds a streamy multipart form post capability to `Net::HTTP`. Also supports other methods besides `POST`. -[![Build Status](https://secure.travis-ci.org/socketry/multipart-post.svg)](http://travis-ci.org/socketry/multipart-post) +[![Ruby CI](https://github.com/socketry/multipart-post/actions/workflows/ruby.yml/badge.svg)](https://github.com/socketry/multipart-post/actions/workflows/ruby.yml) ## Features/Problems