From 5f8a7faebd5a6d8a932ea191ec662dc70951a46e Mon Sep 17 00:00:00 2001 From: Keith Irwin Date: Fri, 23 Feb 2018 22:33:44 +0000 Subject: [PATCH] Added travis badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1480d5b..2b81d31 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ ###### v0.2.0 [Keith Irwin](https://keithirwin.us/) +[![Build Status](https://travis-ci.org/keith24/mocha-froth.svg?branch=master)](https://travis-ci.org/keith24/mocha-froth) + Fuzzer for mocha testing. Or any javascript testing suite, really. This package provides a function that returns an array of random strings. You know, a [fuzzer](https://en.wikipedia.org/wiki/Fuzzer). ## Installation