From 010bd74c4d79eebe17f05ebcd5db8685310db5bd Mon Sep 17 00:00:00 2001 From: moi15moi Date: Tue, 12 Aug 2025 11:40:15 -0400 Subject: [PATCH] [README.md] Replace travis CI link with github action We replace travis CI with github action a long time ago. The documentation of the badge is available here: https://docs.github.com/en/actions/how-tos/monitor-workflows/add-a-status-badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2572039c61..4807ac8605 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build Status](https://api.travis-ci.org/FFMS/ffms2.svg?branch=master)](https://travis-ci.org/FFMS/ffms2) +[![Build Status](https://github.com/FFMS/ffms2/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/FFMS/ffms2/actions/workflows/ci.yml?query=branch:master) **FFmpegSource** (usually known as **FFMS** or **FFMS2**) is a cross-platform wrapper library around [FFmpeg](http://ffmpeg.org). It gives you an easy, convenient way to say "open and decompress this media file for me, I don't care how you do it" and get frame- and sample-accurate access (usually), without having to bother with the sometimes less than straightforward and less than perfectly documented FFmpeg API.