Opinionated continuous integration framework dependencies and configuration for Ruby applications.
New Leaders uses this gem as a baseline for our continuous integration.
This gem has been tested against the following Ruby versions:
- 1.9.3
- 2.0.0
Add this line to your application's Gemfile:
gem "thincloud-ci"
And then execute:
$ bundle
Or install it yourself as:
$ gem install thincloud-ci
This gem initializes the CI configuration for your project. To enable the default New Leaders conventions, run the following command:
$ thincloud-ci
This will bootstrap your project with a default Travis CI configuration.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a Pull Request
- Freely distributable and licensed under the MIT license.
- Copyright (c) 2014 New Leaders ([email protected])
- https://newleaders.com