From 55cbe9fbe4bfab5cd4f0ae1c7d129b08f1903da4 Mon Sep 17 00:00:00 2001 From: lazysegtree <59679977+lazysegtree@users.noreply.github.com> Date: Tue, 13 Jan 2026 12:45:40 +0530 Subject: [PATCH] docs: Replace travis badge with github's official badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 550e621..a575cf5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
-[![Build Status](https://travis-ci.org/jarro2783/cxxopts.svg?branch=master)](https://travis-ci.org/jarro2783/cxxopts) +[![Build Status](https://github.com/jarro2783/cxxopts/actions/workflows/cmake.yml/badge.svg)](https://github.com/jarro2783/cxxopts/actions/workflows/cmake.yml) [![Conan](https://img.shields.io/conan/v/cxxopts)](https://conan.io/center/recipes/cxxopts) [![vcpkg](https://img.shields.io/vcpkg/v/cxxopts)](https://vcpkg.io/en/package/cxxopts) [![GitHub release](https://img.shields.io/github/v/release/jarro2783/cxxopts?label=github%20release)](https://github.com/jarro2783/cxxopts/releases)