Skip to content

Commit 07327be

Browse files
committed
fixing travis yaml
1 parent fdb0643 commit 07327be

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.travis.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,14 @@
1+
dist: xenial
12
sudo: required
23
language: elixir
34

45
elixir: 1.10.2
56
otp_release: 22.0
67

7-
addons:
8-
apt:
9-
packages:
10-
- python3
11-
- python3-pip
12-
138
install:
14-
- wget https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1604-4.4.0-rc0.tgz
9+
- wget https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1804-4.4.0-rc0.tgz
1510
- mkdir ${PWD}/mongodb
16-
- tar xzf mongodb-linux-x86_64-ubuntu1604-4.4.0-rc0.tgz --strip-components=1 -C ${PWD}/mongodb
11+
- tar xzf mongodb-linux-x86_64-ubuntu1804-4.4.0-rc0.tgz --strip-components=1 -C ${PWD}/mongodb
1712

1813
before_script:
1914
- pyenv global 3.6

0 commit comments

Comments
 (0)