From 7a9af60947e8acdc787594f55df6bc91c2f796fe Mon Sep 17 00:00:00 2001 From: Harish K Date: Sun, 3 Apr 2016 22:24:02 +0530 Subject: [PATCH] Travis status --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c63bdcf..5f660fc 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +[![Build Status](https://travis-ci.org/harish2704/simple-mocha.svg?branch=master)](https://travis-ci.org/harish2704/simple-mocha) # simple-mocha Simple stupid implementation of Mocha test runner. Tests can be run directly within node as any Nodejs code.