Skip to content

Commit 705ae1e

Browse files
committed
mongodb 4.2 needs openssl 1.1
1 parent 9ac69e0 commit 705ae1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ install:
1313
- ${PWD}/mongodb/bin/mongod --version
1414

1515
before_script:
16+
- sudo apt-get install -y openssl
1617
- export PATH=${PWD}/mongodb/bin/:$PATH
1718
- bash ./start_mongo.bash
1819
- mkdir ${PWD}/mongodb/data

0 commit comments

Comments
 (0)