Skip to content

Commit

Permalink
add travis build status to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Horner committed Feb 24, 2012
1 parent ee1c8bd commit c96ab56
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ This is our fork of Mauricio Fernandez's RCov (maintained by [Relevance] [2]).

__NOTE:__ This fork __does not__ work on Ruby 1.9.x. For coverage on Ruby 1.9 look at [SimpleCov] [3].

[![Build Status](https://secure.travis-ci.org/relevance/rcov.png?branch=master)](http://travis-ci.org/relevance/rcov)

## Install

gem install rcov
Expand Down Expand Up @@ -61,7 +63,7 @@ described below.
# ruby setup.rb all --without-ext

will install rcov without building the rcovrt extension.

## Usage

In the common scenario, your tests are under `test/` and the target code
Expand Down

0 comments on commit c96ab56

Please sign in to comment.