From 6cac8d381d1d6d1b7aa6803a89e4e89b85b64fb0 Mon Sep 17 00:00:00 2001 From: "Andres G. Aragoneses" Date: Fri, 14 Nov 2025 20:04:29 +0800 Subject: [PATCH] README.md: update CI status badge * Travis badge was a 404, and its link doesn't show any builds. * AppVeyor has been replaced by GitHubActions, replaced badge. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2390730a..f36f2878 100644 --- a/README.md +++ b/README.md @@ -43,10 +43,10 @@ documentation originates from so please feel free to submit a pull request if you fix typos or add additional samples and documentation! -## Building +## Building [![Build status](https://github.com/fsprojects/SQLProvider/actions/workflows/CI.yml/badge.svg?branch=master&event=push)](https://github.com/fsprojects/SQLProvider/actions?query=branch%3Amaster) -* Mono: Run *build.sh* [![Mono build status](https://travis-ci.org/fsprojects/SQLProvider.svg?branch=master)](https://travis-ci.org/fsprojects/SQLProvider) -* Windows: Run *build.cmd* [![Build status](https://ci.appveyor.com/api/projects/status/ngbj9995twhfqn28/branch/master?svg=true)](https://ci.appveyor.com/project/colinbull/sqlprovider-ogy2l/branch/master) +* Mono: Run *build.sh* +* Windows: Run *build.cmd* ## Known issues