From 7eb828095bd1c7e989b71a22b28246d27a44bc25 Mon Sep 17 00:00:00 2001 From: "Pierre R. Mai" Date: Thu, 25 May 2023 06:41:17 +0200 Subject: [PATCH] Replace build badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2397124..437eb1f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build Status](https://travis-ci.org/pmai/Deflate.svg?branch=master)](https://travis-ci.org/pmai/Deflate) +[![.github/workflows/build.yml](https://github.com/pmai/Deflate/actions/workflows/build.yml/badge.svg)](https://github.com/pmai/Deflate/actions/workflows/build.yml) This library is an implementation of Deflate ([RFC 1951][]) decompression, with optional support for ZLIB-style ([RFC 1950][]) and gzip-style