shithub: opusfile

Download patch

ref: d2535e62809079c81f9e5139c0daebe43af97be4
parent: 594578117b399fb2bd36492675f816efbc040f80
author: Ralph Giles <giles@thaumas.net>
date: Sat Apr 19 04:44:35 EDT 2025

Update ci status badges

Remove obsolete travis and appveyor build status badges, and add
one for github actions build.

--- a/README.md
+++ b/README.md
@@ -1,8 +1,7 @@
 # Opusfile
 
 [![GitLab Pipeline Status](https://gitlab.xiph.org/xiph/opusfile/badges/master/pipeline.svg)](https://gitlab.xiph.org/xiph/opusfile/commits/master)
-[![Travis Build Status](https://travis-ci.org/xiph/opusfile.svg?branch=master)](https://travis-ci.org/xiph/opusfile)
-[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/xiph/opusfile?branch=master&svg=true)](https://ci.appveyor.com/project/rillian/opusfile)
+[![GitHub CI](https://github.com/xiph/opusfile/actions/workflows/build.yml/badge.svg)](https://github.com/xiph/opusfile/actions/workflows/build.yml)
 
 The opusfile and opusurl libraries provide a high-level API for
 decoding and seeking within .opus files on disk or over http(s).
--