Skip to content

Commit 2e9383c

Browse files
committed
mongodb 4.2 needs openssl 1.1
1 parent cb2416b commit 2e9383c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
dist: bionic
21
sudo: required
32
language: elixir
43

@@ -7,12 +6,9 @@ elixir:
76
- 1.9
87

98
install:
10-
- sudo apt-get install -y openssl
119
- wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-${MONGODB}.tgz
1210
- mkdir ${PWD}/mongodb
1311
- tar xzf mongodb-linux-x86_64-${MONGODB}.tgz --strip-components=1 -C ${PWD}/mongodb
14-
- ls ${PWD}/mongodb
15-
- ${PWD}/mongodb/bin/mongod --version
1612

1713
before_script:
1814
- export PATH=${PWD}/mongodb/bin/:$PATH
@@ -30,4 +26,4 @@ env:
3026
- MONGODB=3.2.20
3127
- MONGODB=3.4.16
3228
- MONGODB=3.6.6
33-
- MONGODB=ubuntu1804-v4.2-latest
29+
- MONGODB=ubuntu1604-v4.2-latest

0 commit comments

Comments
 (0)