Skip to content

Commit 697a3ba

Browse files
committed
📚 Update CI badge in README
1 parent b5e16e5 commit 697a3ba

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
Resque Pool
22
===========
33

4-
[![Build Status](https://travis-ci.org/nevans/resque-pool.png)](https://travis-ci.org/nevans/resque-pool)
5-
![Depfu](https://img.shields.io/depfu/nevans/resque-pool.svg)
4+
[![CI status](https://github.com/resque/resque-pool/actions/workflows/ruby.yml/badge.svg)](https://github.com/resque/resque-pool/actions/workflows/ruby.yml)
65
![Gem](https://img.shields.io/gem/v/resque-pool.svg)
76

87
Resque pool is a daemon for managing a pool of
@@ -182,7 +181,7 @@ end
182181
In order to query ActiveRecord, be sure establish the database connection:
183182

184183
```ruby
185-
task "resque:pool:setup" do
184+
task "resque:pool:setup" do
186185
Resque::Pool.config_loader = lambda do |env|
187186
ActiveRecord::Base.establish_connection
188187
JobQueue.pluck(:name, :workers).to_h

0 commit comments

Comments
 (0)