Created
February 24, 2014 15:00
-
-
Save rkh/9189850 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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