From 138ae81911379e79bf1a9be86726cb77af4a57b0 Mon Sep 17 00:00:00 2001 From: Andy Hsu Date: Wed, 12 Apr 2023 21:37:20 +0800 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index f5c4a7b..3b8a901 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # C++ INI Parser [![C/C++ CI](https://github.com/SSARCandy/ini-cpp/workflows/C/C++%20CI/badge.svg?branch=master)](https://github.com/SSARCandy/ini-cpp/actions) -[![Build Status](https://travis-ci.org/SSARCandy/ini-cpp.svg?branch=master)](https://travis-ci.org/SSARCandy/ini-cpp) [![codecov](https://codecov.io/gh/SSARCandy/ini-cpp/branch/master/graph/badge.svg)](https://codecov.io/gh/SSARCandy/ini-cpp) Yet another `.ini` parser for modern c++ (made for cpp17), inspired and extend from [inih](https://github.com/benhoyt/inih).