mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Added Travis CI configuration
Added Travis CI badge to README
This commit is contained in:
parent
8fbbd02f64
commit
2a45b2961c
2 changed files with 5 additions and 1 deletions
4
.travis.yml
Normal file
4
.travis.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
language: ruby
|
||||
rvm:
|
||||
- 1.9.3
|
||||
- jruby-19mode
|
|
@ -1,4 +1,4 @@
|
|||
Sidekiq
|
||||
Sidekiq [![Build Status](https://secure.travis-ci.org/mperham/sidekiq.png)](http://travis-ci.org/mperham/sidekiq)
|
||||
==============
|
||||
|
||||
Simple, efficient message processing for Ruby.
|
||||
|
|
Loading…
Add table
Reference in a new issue