will / integrity forked from foca/integrity
- Source
- Commits
- Network (65)
- Issues (0)
- Downloads (10)
- Wiki (1)
- Graphs
-
Tree:
88eb786
Will Leinweber (author)
Mon May 25 09:59:41 -0700 2009
commit 88eb78692ee37e21a596a9347f56cf0979fada3f
tree 912f1aab639791c428cf313b0f046eb49e5da321
parent 754e07a259feef99aa60b75ac0a262901fb5716a
tree 912f1aab639791c428cf313b0f046eb49e5da321
parent 754e07a259feef99aa60b75ac0a262901fb5716a
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Mar 17 09:45:05 -0700 2009 | |
| |
AUTHORS | Thu May 14 12:22:41 -0700 2009 | |
| |
CHANGES | Tue May 19 05:59:25 -0700 2009 | |
| |
LICENSE | Thu May 14 12:22:39 -0700 2009 | |
| |
README.md | ||
| |
Rakefile | ||
| |
bin/ | Mon Jan 05 23:45:16 -0800 2009 | |
| |
config/ | Fri Apr 17 14:49:21 -0700 2009 | |
| |
integrity.gemspec | ||
| |
lib/ | ||
| |
public/ | Sat Nov 08 17:00:01 -0800 2008 | |
| |
test/ | ||
| |
views/ |
README.mdWhy we don't
Integrity
Integrity is your friendly automated Continuous Integration server.
- See our website for documentation and a live demo
- Report bugs and submit features request on our Lighthouse account
- Join us on #integrity for ideas, help, patches or something
- Get the code on GitHub
Try it!
$ git clone git://github.com/integrity/integrity.git
$ rake launch
$ open http://0.0.0.0:4567/
Run the test suite
- Ensure you have
gems.github.comin your gem sources:gem sources -a http://gems.github.com - Install the runtime and development dependencies:
gem build integrity.gemspec && gem install *.gem --development. - 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.

