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

Commit 6e09da3

Browse files
committed
chore(ci): adds dubnium to CI
Fixes NODE-1731
1 parent 808ab21 commit 6e09da3

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.evergreen/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,10 @@ axes:
381381
display_name: "Node.js Carbon"
382382
variables:
383383
NODE_LTS_NAME: "carbon"
384+
- id: "Dubnium"
385+
display_name: "Node.js Dubnium"
386+
variables:
387+
NODE_LTS_NAME: "dubnium"
384388

385389
# OSes that support versions of MongoDB>=2.6 with SSL.
386390
- id: os-fully-featured

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,6 @@ jobs:
3232
- stage: tests
3333
node_js: 8
3434
env: MONGODB_VERSION=3.4.x
35+
- stage: tests
36+
node_js: 10
37+
env: MONGODB_VERSION=3.4.x

0 commit comments

Comments
 (0)