This gem provides a set of objects for scraping Travis CI and Github for data about projects using Travis CI service.
Add this line to your application's Gemfile:
gem 'travisminer'
And then execute:
$ bundle
Or install it yourself as:
$ gem install travisminer
Just add
require 'travisminer'
to gain access to the travisminer class library.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request