Skip to content
This repository was archived by the owner on Feb 4, 2022. It is now read-only.

Commit 0f179bc

Browse files
committed
chore: updating MongoDB versions in travis
Fixes NODE-1732
1 parent c4c94f9 commit 0f179bc

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.travis.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,16 @@ jobs:
2525
- stage: tests
2626
node_js: 4
2727
env: MONGODB_VERSION=3.6.x
28+
- stage: tests
29+
node_js: 4
30+
env: MONGODB_VERSION=4.0.x
2831

2932
- stage: tests
3033
node_js: 6
31-
env: MONGODB_VERSION=3.4.x
34+
env: MONGODB_VERSION=4.0.x
3235
- stage: tests
3336
node_js: 8
34-
env: MONGODB_VERSION=3.4.x
37+
env: MONGODB_VERSION=4.0.x
3538
- stage: tests
3639
node_js: 10
37-
env: MONGODB_VERSION=3.4.x
40+
env: MONGODB_VERSION=4.0.x

0 commit comments

Comments
 (0)