joshnesbitt / integrity forked from integrity/integrity

The easy and fun Continuous Integration server

This URL has Read+Write access

name age message
file .gitignore Loading commit data...
file AUTHORS
file CHANGES
file LICENSE Thu May 14 12:22:39 -0700 2009 Extract license from README into LICENSE [Simon Rozet]
file README.md
file Rakefile
directory bin/
directory config/
file integrity.gemspec
directory lib/
directory public/
directory test/
directory views/
README.md

Integrity

Integrity is your friendly automated Continuous Integration server.

Try it!

$ gem install integrity
$ integrity 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.