public
Fork of foca/integrity
Description: The easy and fun Continuous Integration server
Homepage: http://integrityapp.com
Clone URL: git://github.com/will/integrity.git
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 Tue May 19 05:59:25 -0700 2009 Forgot project ordering in CHANGES [sr]
file LICENSE Thu May 14 12:22:39 -0700 2009 Extract license from README into LICENSE [sr]
file README.md Thu May 14 12:22:41 -0700 2009 Remove thanks section from README; accurate AUT... [sr]
file Rakefile Tue Apr 07 05:55:46 -0700 2009 Fix ci task [sr]
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 Thu May 14 12:27:36 -0700 2009 0.9.10 release [sr]
directory lib/ Mon May 18 12:26:41 -0700 2009 Use project_path instead of project_url in brea... [sr]
directory public/ Sat Nov 08 17:00:01 -0800 2008 Refactor the file structure to look more like a... [foca]
directory test/ Thu May 14 03:13:38 -0700 2009 Bundle nil commit metadata fix as a migration ... [sr]
directory views/ Loading commit data...
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.