codepunkt / mongoose-patch-history

Mongoose plugin that saves a history of JSON patch operations for all documents belonging to a schema in an associated 'patches' collection
MIT License
96 stars 21 forks source link

Updated CI to perform a matrix test on all supported mongodb versions #60

Closed vinerich closed 3 years ago

vinerich commented 3 years ago

Since travis does not allow to specify the version of mongodb to use, I updated the scripts to download and install the specified mongodb versions. Further I moved from Ubuntu 14.04 to Ubuntu 16.04. Mongodb 3.6 is no longer supported with Ubuntu 18.04 so I would suggest to stay with 16.04.