From c35a32f8e518248e816bec7464b3fe8e28ae9c0e Mon Sep 17 00:00:00 2001 From: Hafez Date: Sat, 30 May 2020 11:41:29 +0200 Subject: [PATCH] Add badge fury, test on node 8~14 --- .travis.yml | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 997d5e8..9853ccd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: node_js -node_js: [14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4] +node_js: [14, 13, 12, 11, 10, 9, 8] services: - "mongodb" script: "npm run-script test-travis" diff --git a/README.md b/README.md index 94931e8..e21b3c3 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ A mongoose plugin that casts aggregation pipelines whenever possible. [![Build Status](https://travis-ci.org/AbdelrahmanHafez/mongoose-cast-aggregation.svg?branch=master)](https://travis-ci.org/AbdelrahmanHafez/mongoose-cast-aggregation) [![Coverage Status](https://coveralls.io/repos/github/AbdelrahmanHafez/mongoose-cast-aggregation/badge.svg?branch=master)](https://coveralls.io/github/AbdelrahmanHafez/mongoose-cast-aggregation?branch=master) +[![NPM version](https://badge.fury.io/js/mongoose-cast-aggregation.svg)](http://badge.fury.io/js/mongoose-cast-aggregation) [![NPM](https://nodei.co/npm/mongoose-cast-aggregation.png)](https://nodei.co/npm/mongoose-cast-aggregation/)