Skip to content

Commit

Permalink
chore(travis): add 4.2 testing to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
daprahamian committed Aug 13, 2019
1 parent 392f5a6 commit 82a7a6e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .travis.yml
Expand Up @@ -53,11 +53,21 @@ jobs:
env:
- MONGODB_VERSION=4.0.x
- MONGODB_ENVIRONMENT=replicaset
- stage: replicaset
node_js: 4
env:
- MONGODB_VERSION=4.2.x
- MONGODB_ENVIRONMENT=replicaset
- stage: sharded
node_js: 4
env:
- MONGODB_VERSION=4.0.x
- MONGODB_ENVIRONMENT=sharded
- stage: sharded
node_js: 4
env:
- MONGODB_VERSION=4.2.x
- MONGODB_ENVIRONMENT=sharded

# basic smoke test of the unified topology
- stage: unified
Expand All @@ -77,6 +87,18 @@ jobs:
- MONGODB_VERSION=4.0.x
- MONGODB_UNIFIED_TOPOLOGY=1
- MONGODB_ENVIRONMENT=sharded
- stage: unified
node_js: 4
env:
- MONGODB_VERSION=4.2.x
- MONGODB_UNIFIED_TOPOLOGY=1
- MONGODB_ENVIRONMENT=replicaset
- stage: unified
node_js: 4
env:
- MONGODB_VERSION=4.2.x
- MONGODB_UNIFIED_TOPOLOGY=1
- MONGODB_ENVIRONMENT=sharded

- stage: client-encryption
node_js: 4
Expand Down

0 comments on commit 82a7a6e

Please sign in to comment.