From 6e32e63908d177b898defe25fc0062539df49315 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Fri, 20 May 2022 21:29:13 -0400 Subject: [PATCH] README.md - Replace Travis badge with GitHub workflows badge --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 03fa207..3a55cd2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # minmea, a lightweight GPS NMEA 0183 parser library -[![Build Status](https://travis-ci.org/kosma/minmea.svg?branch=master)](https://travis-ci.org/kosma/minmea) +[![C/C++ +CI](https://github.com/kosma/minmea/actions/workflows/c-cpp.yml/badge.svg)](https://github.com/kosma/minmea/actions/workflows/c-cpp.yml) Minmea is a minimalistic GPS parser library written in pure C intended for resource-constrained platforms, especially microcontrollers and other embedded