Skip to content

Commit

Permalink
Use the badge for GitHub Actions instead of Travis CI or buildkite
Browse files Browse the repository at this point in the history
Follows up PRs 574 and 737.

Signed-off-by: Takuya Noguchi <[email protected]>
  • Loading branch information
tnir authored and imjoehaines committed May 9, 2024
1 parent 94fff76 commit f1b1c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit f1b1c58

Please sign in to comment.