Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
Added redis to travis configuration, added travis badge to README, bu…
Browse files Browse the repository at this point in the history
…mped version
  • Loading branch information
krasnoukhov committed Sep 5, 2012
1 parent 134d82e commit 85bae31
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ rvm:
- 1.9.3
branches:
only:
- master
- master
services:
- redis
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Additional sidekiq middleware
# Additional sidekiq middleware [![Build Status](https://secure.travis-ci.org/krasnoukhov/sidekiq-middleware.png)](http://travis-ci.org/krasnoukhov/sidekiq-middleware)

This gem provides additional middleware for [Sidekiq](github.com/mperham/sidekiq/).

Expand Down
2 changes: 1 addition & 1 deletion lib/sidekiq-middleware/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Sidekiq
module Middleware
VERSION = "0.0.1"
VERSION = "0.0.2"
end
end

0 comments on commit 85bae31

Please sign in to comment.