From fcb42978d9c61276512d374ddf4dbd0dcddd8e94 Mon Sep 17 00:00:00 2001 From: Victor Nakasone Date: Mon, 18 Oct 2021 16:00:55 -0300 Subject: [PATCH] Fix badge to point to github actions ci --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52b2d6c..65441db 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ declare service checks and an URI that returns the status for each service. With this gem you can monitor if your app has access to the database, a cache service, an API, etc. -[![Build Status](https://travis-ci.org/locaweb/heartcheck.svg)](https://travis-ci.org/locaweb/heartcheck) +[![Build Status](https://github.com/locaweb/heartcheck/actions/workflows/ci.yml/badge.svg)](https://github.com/locaweb/heartcheck/actions/workflows/ci.yml) [![Code Climate](https://codeclimate.com/github/locaweb/heartcheck/badges/gpa.svg)](https://codeclimate.com/github/locaweb/heartcheck) [![Ebert](https://ebertapp.io/github/locaweb/heartcheck.svg)](https://ebertapp.io/github/locaweb/heartcheck)