From 7ed54cdc275c77ef27dfd5b99bfebc7870de1961 Mon Sep 17 00:00:00 2001 From: Mariusz Nowak Date: Mon, 28 Aug 2017 16:36:18 +0200 Subject: [PATCH] chore: update to use Circle CI badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a283c87..47e121b 100644 --- a/README.md +++ b/README.md @@ -424,7 +424,7 @@ Memoize statistics: * _%Cache_ – What's the percentage of cache hits (of all function calls) * _Source location_ – Where in the source code given memoization was initialized -### Tests [![Build Status](https://travis-ci.org/medikoo/memoizee.svg)](https://travis-ci.org/medikoo/memoizee) +### Tests [![Build Status](https://img.shields.io/circleci/project/github/medikoo/memoizee.svg)](https://circleci.com/gh/medikoo/memoizee) $ npm test