Skip to content

Commit

Permalink
Use Github Actions badge on README instead of Travis CI. (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugopl authored Jun 3, 2021
1 parent 09ba32a commit 23de369
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,6 +1,6 @@
# Sidekiq.cr

[![Build Status](https://travis-ci.org/mperham/sidekiq.cr.svg)](https://travis-ci.org/mperham/sidekiq.cr)
[![Build Status](https://github.com/mperham/sidekiq.cr/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/mperham/sidekiq.cr/actions/workflows/build.yml)

Sidekiq is a well-regarded background job framework for Ruby. Now we're
bringing the awesomeness to Crystal, a Ruby-like language. Why? To
Expand Down

0 comments on commit 23de369

Please sign in to comment.