Skip to content

Commit 85071c4

Browse files
committed
chore(travis): only run fle scripts in fle build
1 parent 890dc75 commit 85071c4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ before_install:
1717
- wget https://s3.amazonaws.com/mciuploads/libmongocrypt/ubuntu1604/master/1c6c72377582ebcd8402f6f15fff5c3143b46741/libmongocrypt.tar.gz
1818
- sudo tar -xzf libmongocrypt.tar.gz -C /usr/local
1919

20-
before_script:
21-
- npm install mongodb-client-encryption
22-
2320
jobs:
2421
include:
2522
- stage: standalone
@@ -88,6 +85,8 @@ jobs:
8885
- MONGODB_UNIFIED_TOPOLOGY=1
8986
- MONGODB_ENVIRONMENT=replicaset
9087
- MONGODB_CLIENT_ENCRYPTION=1
88+
before_script:
89+
- npm install mongodb-client-encryption
9190

9291
allow_failures:
9392
- env:

0 commit comments

Comments
 (0)