From 84fda013b50445dbe9f07eb61978dc09c5bfdfc8 Mon Sep 17 00:00:00 2001 From: Mike Perham Date: Sun, 26 Feb 2012 21:09:02 -0800 Subject: [PATCH] Dump travis, doesn't work --- .travis.yml | 3 --- Changes.md | 2 +- README.md | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 11a115a2..00000000 --- a/.travis.yml +++ /dev/null @@ -1,3 +0,0 @@ -language: ruby -rvm: - - 1.9.3 diff --git a/Changes.md b/Changes.md index 40f9daa7..3821e6b3 100644 --- a/Changes.md +++ b/Changes.md @@ -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) diff --git a/README.md b/README.md index 96da0c8c..1e9eb0e6 100644 --- a/README.md +++ b/README.md @@ -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.