run tests against mongodb 4.0 (#5250)

* run tests against mongodb 4.0

* Adds compatibility shields
This commit is contained in:
Florent Vilmart
2018-12-18 11:41:18 -05:00
committed by GitHub
parent 315d3bfee8
commit c762ee4b43
3 changed files with 10 additions and 4 deletions

View File

@@ -27,8 +27,8 @@ env:
global:
- COVERAGE_OPTION='./node_modules/.bin/nyc'
matrix:
- MONGODB_VERSION=3.2.13
- MONGODB_VERSION=3.4.4
- MONGODB_VERSION=4.0.4
- MONGODB_VERSION=3.6.9
- PARSE_SERVER_TEST_DB=postgres
- PARSE_SERVER_TEST_CACHE=redis
- NODE_VERSION=11.4.0