From f1b1c58e6629a214dea8911ad7b475c0269b7e3e Mon Sep 17 00:00:00 2001 From: Takuya Noguchi Date: Sat, 24 Jun 2023 05:34:22 +0000 Subject: [PATCH] Use the badge for GitHub Actions instead of Travis CI or buildkite Follows up PRs 574 and 737. Signed-off-by: Takuya Noguchi --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05e77aa6..d40204ca 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Bugsnag error monitoring & exception reporter for Ruby -[![build status](https://travis-ci.com/bugsnag/bugsnag-ruby.svg?branch=master)](https://travis-ci.com/bugsnag/bugsnag-ruby) +[![build status](https://github.com/bugsnag/bugsnag-ruby/actions/workflows/test-package.yml/badge.svg)](https://github.com/bugsnag/bugsnag-ruby/actions/workflows/test-package.yml?query=branch%3Amaster) The Bugsnag exception reporter for Ruby gives you instant notification of exceptions thrown from your **[Rails](https://www.bugsnag.com/platforms/rails)**, **Sinatra**, **Rack** or **plain Ruby** app. Any uncaught exceptions will trigger a notification to be sent to your Bugsnag project.