We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 890dc75 commit 85071c4Copy full SHA for 85071c4
.travis.yml
@@ -17,9 +17,6 @@ before_install:
17
- wget https://s3.amazonaws.com/mciuploads/libmongocrypt/ubuntu1604/master/1c6c72377582ebcd8402f6f15fff5c3143b46741/libmongocrypt.tar.gz
18
- sudo tar -xzf libmongocrypt.tar.gz -C /usr/local
19
20
-before_script:
21
- - npm install mongodb-client-encryption
22
-
23
jobs:
24
include:
25
- stage: standalone
@@ -88,6 +85,8 @@ jobs:
88
85
- MONGODB_UNIFIED_TOPOLOGY=1
89
86
- MONGODB_ENVIRONMENT=replicaset
90
87
- MONGODB_CLIENT_ENCRYPTION=1
+ before_script:
+ - npm install mongodb-client-encryption
91
92
allow_failures:
93
- env:
0 commit comments