Skip to content

Commit

Permalink
chore: install libmongocrypt before test run
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroadst committed Jun 16, 2019
1 parent a0243ad commit 985ac1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ before_install:
- wget -O mongocryptd.tgz https://s3.amazonaws.com/mciuploads/mongodb-mongo-v4.2/enterprise-ubuntu1604-64/f92115cad9d2a4c2ddcf3c2c65092dda2fd7147a/binaries/mongo-cryptd-mongodb_mongo_v4.2_enterprise_ubuntu1604_64_f92115cad9d2a4c2ddcf3c2c65092dda2fd7147a_19_06_13_17_31_40.tgz
- mkdir mongocryptd && tar xzf mongocryptd.tgz -C mongocryptd --strip-components 1
- mongocryptd/bin/mongocryptd&
- wget https://s3.amazonaws.com/mciuploads/libmongocrypt/ubuntu1604/master/1c6c72377582ebcd8402f6f15fff5c3143b46741/libmongocrypt.tar.gz
- sudo tar -xzf libmongocrypt.tar.gz -C /usr/local

before_script:
- npm install mongodb-client-encryption
Expand Down

0 comments on commit 985ac1d

Please sign in to comment.