Skip to content

Instantly share code, notes, and snippets.

@rkh
Created February 24, 2014 15:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rkh/9189850 to your computer and use it in GitHub Desktop.
Save rkh/9189850 to your computer and use it in GitHub Desktop.
export repo="ruby" # can also be jruby
export version="ruby-2.1.1" # full rvm qualifier
gem install travis
gem install travis-cli-gh
curl -H 'Authorization: `travis gh-signature -r $repo/$repo`' -i http://rubies.travis-ci.org/rebuild/$version -X POST
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment