Skip to content

Commit 7e6c86d

Browse files
committed
mongodb 4.2 needs openssl 1.1
1 parent 705ae1e commit 7e6c86d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ elixir:
66
- 1.9
77

88
install:
9+
- sudo apt-get install -y openssl
910
- wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-${MONGODB}.tgz
1011
- mkdir ${PWD}/mongodb
1112
- tar xzf mongodb-linux-x86_64-${MONGODB}.tgz --strip-components=1 -C ${PWD}/mongodb
1213
- ls ${PWD}/mongodb
1314
- ${PWD}/mongodb/bin/mongod --version
1415

1516
before_script:
16-
- sudo apt-get install -y openssl
1717
- export PATH=${PWD}/mongodb/bin/:$PATH
1818
- bash ./start_mongo.bash
1919
- mkdir ${PWD}/mongodb/data

0 commit comments

Comments
 (0)