From b240f63638a6e5379eef61cf3c6e6eb50c3d08e7 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Tue, 9 Dec 2025 15:51:02 +0100 Subject: [PATCH] update the CI status badge in the readme This badge has been forgotten when migrated the CI from Travis-CI to GitHub Actions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a43c79..0715a14 100755 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Keen IO PHP Library =================== The Keen IO API lets developers build analytics features directly into their apps. -[![Build Status](https://travis-ci.org/keenlabs/KeenClient-PHP.png?branch=master)](https://travis-ci.org/keenlabs/KeenClient-PHP) +[![CI](https://github.com/keenlabs/KeenClient-PHP/actions/workflows/ci.yml/badge.svg)](https://github.com/keenlabs/KeenClient-PHP/actions/workflows/ci.yml) Installation with Composer --------------------------