Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rewire.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes <mail@johannesewald.de>2012-06-26 18:59:54 +0400
committerJohannes <mail@johannesewald.de>2012-06-26 18:59:54 +0400
commitbb25176596717fb3726458570ee0ff80482658bf (patch)
treea025028c92fe83a369c6701b8e872bce6c7415f4 /README.md
parent702cba821ee92f67aa412c22a8c15cbe0323a980 (diff)
Update master
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 23fb80d..60c8832 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,8 @@ rewire does **not** load the file and eval the contents to emulate node's requir
Furthermore rewire comes also with support for [browserify](https://github.com/substack/node-browserify). Thus you can mock your modules in the browser as well.
+[![Build Status](https://secure.travis-ci.org/jhnns/rewire.png?branch=master)](http://travis-ci.org/jhnns/rewire)
+
<br />
Installation