From 569fc7f3dbd092d2169427ba18a28f7ef48483d7 Mon Sep 17 00:00:00 2001 From: eight Date: Wed, 23 May 2018 12:37:37 +0800 Subject: [PATCH] Add: travis and coveralls --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d587d8c..f342cd2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ mocha-context ============= +[![Build Status](https://travis-ci.org/eight04/mocha-context.svg?branch=master)](https://travis-ci.org/eight04/mocha-context) +[![Coverage Status](https://coveralls.io/repos/github/eight04/mocha-context/badge.svg?branch=master)](https://coveralls.io/github/eight04/mocha-context?branch=master) + Pass `this` context as the first argument of the arrow function. Installation