Skip to content

Opinionated continuous integration conventions for Ruby applications.

License

Notifications You must be signed in to change notification settings

newleaders/thincloud-ci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

thincloud-ci Code Climate

Description

Opinionated continuous integration framework dependencies and configuration for Ruby applications.

New Leaders uses this gem as a baseline for our continuous integration.

Dependencies

Requirements

This gem has been tested against the following Ruby versions:

  • 1.9.3
  • 2.0.0

Installation

Add this line to your application's Gemfile:

gem "thincloud-ci"

And then execute:

$ bundle

Or install it yourself as:

$ gem install thincloud-ci

Usage

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.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a Pull Request

License

About

Opinionated continuous integration conventions for Ruby applications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published