1
0
Fork 0
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:
Mike Perham 2012-02-26 21:09:02 -08:00
parent 7fe562582d
commit 84fda013b5
3 changed files with 2 additions and 5 deletions

View file

@ -1,3 +0,0 @@
language: ruby
rvm:
- 1.9.3

View file

@ -1,7 +1,7 @@
HEAD
-----------
- Add capistrano support, just require 'sidekiq/capistrano' in config/deploy.rb.
- Add capistrano support (mperham)
- Workers now log upon start and finish (mperham)
- Messages for terminated workers are now automatically requeued (mperham)
- Add support for Exceptional error reporting (bensie)

View file

@ -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.