1
0
Fork 0
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:
Mark Kremer 2012-02-19 22:04:22 +01:00
parent 8fbbd02f64
commit 2a45b2961c
2 changed files with 5 additions and 1 deletions

4
.travis.yml Normal file
View file

@ -0,0 +1,4 @@
language: ruby
rvm:
- 1.9.3
- jruby-19mode

View file

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