From 30c829d8dc15b48004178a2de357bf25f39eb79d Mon Sep 17 00:00:00 2001 From: isaacs Date: Mon, 4 Jan 2016 19:06:51 -0800 Subject: [PATCH] badges? badges? we don't need no stinkin badges! --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 778bf01..e5277cc 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ A thing that is a lot like ES6 `Map`, but without iterators, for use in environments where `for..of` syntax and `Map` are not available. +[![Build Status](https://travis-ci.org/isaacs/pseudomap.svg?branch=master)](https://travis-ci.org/isaacs/pseudomap/) [![Coverage Status](https://coveralls.io/repos/isaacs/pseudomap/badge.svg?branch=master&service=github)](https://coveralls.io/github/isaacs/pseudomap?branch=master) + If you need iterators, or just in general a more faithful polyfill to ES6 Maps, check out [es6-map](http://npm.im/es6-map).