Skip to content

Commit

Permalink
Add badge fury, test on node 8~14
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdelrahmanHafez committed May 30, 2020
1 parent 2929533 commit c35a32f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .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"
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -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/)

Expand Down

0 comments on commit c35a32f

Please sign in to comment.