Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 655 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 655 Bytes

TravisMiner

This gem provides a set of objects for scraping Travis CI and Github for data about projects using Travis CI service.

Installation

Add this line to your application's Gemfile:

gem 'travisminer'

And then execute:

$ bundle

Or install it yourself as:

$ gem install travisminer

Usage

Just add

require 'travisminer'

to gain access to the travisminer class library.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request