bdotdub / integrity forked from integrity/integrity

The easy and fun Continuous Integration server

This URL has Read+Write access

name age message
file .gitignore Tue Mar 17 09:45:05 -0700 2009 Ignore tmp/ [sr]
file AUTHORS Thu May 14 12:22:41 -0700 2009 Remove thanks section from README; accurate AUT... [sr]
file CHANGES Loading commit data...
file LICENSE Thu May 14 12:22:39 -0700 2009 Extract license from README into LICENSE [sr]
file README.md
file Rakefile
directory bin/ Mon Jan 05 23:45:16 -0800 2009 Why wasn't the installer executable? [foca]
directory config/ Fri Apr 17 14:49:21 -0700 2009 Bump Integrity version for Heroku install to 0.... [mileszs]
file integrity.gemspec
directory lib/
directory public/ Sat Nov 08 17:00:01 -0800 2008 Refactor the file structure to look more like a... [foca]
directory test/
directory views/
README.md

Integrity

Integrity is your friendly automated Continuous Integration server.

Try it!

$ git clone git://github.com/integrity/integrity.git
$ rake launch
$ open http://0.0.0.0:4567/

Run the test suite

  1. Ensure you have gems.github.com in your gem sources: gem sources -a http://gems.github.com
  2. Install the runtime and development dependencies: gem build integrity.gemspec && gem install *.gem --development.
  3. Run the test suite: rake test

Why we don't require "rubygems"

We decided to leave that choice up to the user. For more information, please see Why "require 'rubygems'" In Your Library/App/Tests Is Wrong by Ryan Tomayko.