mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Dump travis, doesn't work
This commit is contained in:
parent
7fe562582d
commit
84fda013b5
3 changed files with 2 additions and 5 deletions
|
@ -1,3 +0,0 @@
|
||||||
language: ruby
|
|
||||||
rvm:
|
|
||||||
- 1.9.3
|
|
|
@ -1,7 +1,7 @@
|
||||||
HEAD
|
HEAD
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
- Add capistrano support, just require 'sidekiq/capistrano' in config/deploy.rb.
|
- Add capistrano support (mperham)
|
||||||
- Workers now log upon start and finish (mperham)
|
- Workers now log upon start and finish (mperham)
|
||||||
- Messages for terminated workers are now automatically requeued (mperham)
|
- Messages for terminated workers are now automatically requeued (mperham)
|
||||||
- Add support for Exceptional error reporting (bensie)
|
- Add support for Exceptional error reporting (bensie)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Sidekiq [![Build Status](https://secure.travis-ci.org/mperham/sidekiq.png)](http://travis-ci.org/mperham/sidekiq)
|
Sidekiq
|
||||||
==============
|
==============
|
||||||
|
|
||||||
Simple, efficient message processing for Ruby.
|
Simple, efficient message processing for Ruby.
|
||||||
|
|
Loading…
Add table
Reference in a new issue