From 8df01577422dcdc839aa2b1c02caf20ab7e191d8 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Wed, 7 Aug 2024 13:05:26 +0200 Subject: [PATCH] README.md: Use GitHub Actions build status badge [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c2fd7b..edb2533 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ IPAddr provides a set of methods to manipulate an IP address. Both IPv4 and IPv6 are supported. -[![Build Status](https://travis-ci.org/ruby/ipaddr.svg?branch=master)](https://travis-ci.org/ruby/ipaddr) +[![build](https://github.com/ruby/ipaddr/actions/workflows/test.yml/badge.svg)](https://github.com/ruby/ipaddr/actions/workflows/test.yml) ## Installation