forked from mongodb/node-mongodb-native
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
78 lines (73 loc) · 1.71 KB
/
Copy path.travis.yml
File metadata and controls
78 lines (73 loc) · 1.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
dist: xenial
language: node_js
cache:
directories:
- /home/travis/.mongodb/versions
branches:
only:
- master
jobs:
include:
- stage: standalone
node_js: 4
env: MONGODB_VERSION=2.6.x
- stage: standalone
node_js: 4
env: MONGODB_VERSION=3.0.x
- stage: standalone
node_js: 4
env: MONGODB_VERSION=3.2.x
- stage: standalone
node_js: 4
env: MONGODB_VERSION=3.4.x
- stage: standalone
node_js: 4
env: MONGODB_VERSION=3.6.x
- stage: standalone
node_js: 4
env: MONGODB_VERSION=4.0.x
- stage: standalone
node_js: 6
env: MONGODB_VERSION=4.0.x
- stage: standalone
node_js: 8
env: MONGODB_VERSION=4.0.x
- stage: standalone
node_js: 10
env: MONGODB_VERSION=4.0.x
- stage: replicaset
node_js: 4
env:
- MONGODB_VERSION=4.0.x
- MONGODB_ENVIRONMENT=replicaset
- stage: sharded
node_js: 4
env:
- MONGODB_VERSION=4.0.x
- MONGODB_ENVIRONMENT=sharded
# basic smoke test of the unified topology
- stage: unified
node_js: 4
env:
- MONGODB_VERSION=4.0.x
- MONGODB_UNIFIED_TOPOLOGY=1
- stage: unified
node_js: 4
env:
- MONGODB_VERSION=4.0.x
- MONGODB_UNIFIED_TOPOLOGY=1
- MONGODB_ENVIRONMENT=replicaset
- stage: unified
node_js: 4
env:
- MONGODB_VERSION=4.0.x
- MONGODB_UNIFIED_TOPOLOGY=1
- MONGODB_ENVIRONMENT=sharded
allow_failures:
- env:
- MONGODB_VERSION=4.0.x
- MONGODB_ENVIRONMENT=sharded
- env:
- MONGODB_VERSION=4.0.x
- MONGODB_UNIFIED_TOPOLOGY=1
- MONGODB_ENVIRONMENT=sharded