Skip to content

Commit b21cb81

Browse files
committed
fixing travis yaml
1 parent feb8d36 commit b21cb81

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ language: elixir
55
elixir: 1.10.2
66
otp_release: 22.0
77

8+
addons:
9+
apt:
10+
packages:
11+
- python3
12+
- python3-pip
13+
814
install:
915
- wget https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1804-4.4.0-rc0.tgz
1016
- mkdir ${PWD}/mongodb

0 commit comments

Comments
 (0)