From bc7e7f684ea66c02b7e1ba751c432582307a3f1d Mon Sep 17 00:00:00 2001 From: Roman Shtylman Date: Fri, 22 Nov 2013 13:42:01 -0500 Subject: [PATCH] add travis badge to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2a72ad6..3b72826 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # assert +[![Build Status](https://travis-ci.org/defunctzombie/commonjs-assert.png?branch=master)](https://travis-ci.org/defunctzombie/commonjs-assert) + This module is used for writing unit tests for your applications, you can access it with require('assert'). The API is derived from the [commonjs 1.0 unit testing](http://wiki.commonjs.org/wiki/Unit_Testing/1.0) spec and the [node.js assert module](http://nodejs.org/api/assert.html)