Skip to content
This repository has been archived by the owner on Jan 19, 2019. It is now read-only.

Latest commit

 

History

History
27 lines (15 loc) · 926 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 926 Bytes

About Travis cookbooks

Travis cookbooks are collections of Chef cookbooks for setting up

  • VMs (CI environment)
  • Travis worker machine (host OS)
  • Anything else we may need to set up (for example, messaging broker nodes)

Other VM infrastructure projects

Travis cookbooks are now part of a larger project that travis-ci.org developers use to create VM images for our CI environment. It is called travis-boxes.

Developing Cookbooks

Cookbooks are developed using Vagrant with either travis-boxes or Sous Chef. See those projects for more detailed instructions.

Please note that from December 2011 and going forward, Chef cookbooks must be Ruby 1.9.2-compatible because we switched to Ruby 1.9.2 for running Chef during provisioning.

License

See the LICENSE file.