We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdb0643 commit 07327beCopy full SHA for 07327be
.travis.yml
@@ -1,19 +1,14 @@
1
+dist: xenial
2
sudo: required
3
language: elixir
4
5
elixir: 1.10.2
6
otp_release: 22.0
7
-addons:
8
- apt:
9
- packages:
10
- - python3
11
- - python3-pip
12
-
13
install:
14
- - wget https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1604-4.4.0-rc0.tgz
+ - wget https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1804-4.4.0-rc0.tgz
15
- mkdir ${PWD}/mongodb
16
- - tar xzf mongodb-linux-x86_64-ubuntu1604-4.4.0-rc0.tgz --strip-components=1 -C ${PWD}/mongodb
+ - tar xzf mongodb-linux-x86_64-ubuntu1804-4.4.0-rc0.tgz --strip-components=1 -C ${PWD}/mongodb
17
18
before_script:
19
- pyenv global 3.6
0 commit comments