ruby CI server for Moment.js on Github
Heavily based off the great Github tutorial on building CI servers, and its code.
gem install bundler
bundle install
Make a token, and add it to your environment.
MY_PERSONAL_GITHUB_TOKEN=<my_new_token>
Run the server.
bundle exec rackup config.ru
Put it online, or use ngrok to get online.
In your Github repo, add a webhook to send events about Pull Requests.
To run things with local gems, use
bundle install --path localgems
bundle exec rackup config.ru
Make an issue, open a PR, or ping me directly at marwahaha@berkeley.edu