Skip to content

Commit 7a26748

Browse files
committed
chore: updating mongodb versions in travis
Fixes NODE-1732
1 parent 5629ce8 commit 7a26748

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
@@ -20,16 +20,19 @@ jobs:
2020
- stage: standalone
2121
node_js: 4
2222
env: MONGODB_VERSION=3.6.x
23+
- stage: standalone
24+
node_js: 4
25+
env: MONGODB_VERSION=4.0.x
2326

2427
- stage: standalone
2528
node_js: 6
26-
env: MONGODB_VERSION=3.6.x
29+
env: MONGODB_VERSION=4.0.x
2730
- stage: standalone
2831
node_js: 8
29-
env: MONGODB_VERSION=3.6.x
32+
env: MONGODB_VERSION=4.0.x
3033
- stage: standalone
3134
node_js: 10
32-
env: MONGODB_VERSION=3.6.x
35+
env: MONGODB_VERSION=4.0.x
3336

3437
- stage: replicaset
3538
node_js: 4

0 commit comments

Comments
 (0)