Skip to content

librariesio/travis-rebuilder

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

travis-rebuilder

Sinatra app for rerunning travis-ci tests whenever a new version of a dependency is discovered by Libraries.io using the repository web hook feature.

Usage

The easiest option is to deploy to heroku with the deploy button below:

Deploy

Then add the url of your app to web hooks section for your repo on https://libraries.io


Or to run it somewhere else, clone it from github:

git clone https://github.com/librariesio/travis-rebuilder.git

Install dependencies:

bundle install

Setup config environment variables:

GITHUB_TOKEN=mygithubapitoken
DEFAULT_BRANCH=master (optional)

Start the app:

rackup

Add the url of your app to web hooks section for your repo on https://libraries.io:

http://myapphost.com/webhook

Development

Source hosted at GitHub. Report issues/feature requests on GitHub Issues. Follow us on Twitter @librariesio. We also hangout on Gitter.

Getting Started

New to Ruby? No worries! You can follow these instructions to install a local server, or you can use the included Vagrant setup.

Installing a Local Server

First things first, you'll need to install Ruby 2.5.0. I recommend using the excellent rbenv, and ruby-build

rbenv install 2.5.0
rbenv global 2.5.0

Note on Patches/Pull Requests

  • Fork the project.
  • Make your feature addition or bug fix.
  • Add tests for it. This is important so I don't break it in a future version unintentionally.
  • Add documentation if necessary.
  • Commit, do not change procfile, version, or history.
  • Send a pull request. Bonus points for topic branches.

Copyright

Copyright (c) 2016-2019 Andrew Nesbitt. See LICENSE for details.

About

🔁 Rerun travis-ci tests after any dependency is updated

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published