Skip to content

Commit 6ad6b21

Browse files
committed
Integrate with travis-ci and dependency checking.
1 parent 5258571 commit 6ad6b21

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
language: ruby
2+
script: bundle exec rake test
3+
rvm:
4+
- 1.9.3
5+
- 1.9.2
6+
- jruby-18mode
7+
- jruby-19mode
8+
- rbx-18mode
9+
- rbx-19mode

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ m2r
33

44
A [mongrel2](http://mongrel2.org/index) backend handler written in Ruby, based on [Zed's Python backend handler](http://mongrel2.org/dir?ci=1bdfff8f050b97df&name=examples/python/mongrel2).
55

6+
7+
[![Build Status](https://secure.travis-ci.org/perplexes/m2r.png)](http://travis-ci.org/perplexes/m2r) [![Dependency Status](https://gemnasium.com/perplexes/m2r.png)](https://gemnasium.com/perplexes/m2r)
8+
69
Usage/Examples
710
-----
811

@@ -27,9 +30,9 @@ And this to your config.ru:
2730

2831
$: << location_to_m2r + '/example'
2932
require 'rack_handler'
30-
33+
3134
Rack::Handler::Mongrel2.run YourRailsAppName::Application
32-
35+
3336
Then do all like `bundle exec rackup`
3437

3538
Installation

0 commit comments

Comments
 (0)