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 75a2011 commit 7cb50feCopy full SHA for 7cb50fe
.travis.yml
@@ -1,15 +1,13 @@
1
sudo: required
2
language: elixir
3
4
-elixir:
5
- - '1.10.2'
6
-otp_release:
7
- - '22'
+elixir: 1.10.2
+otp_release: 22.0
8
9
install:
10
- - wget https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1804-4.4.0-rc0.tgz
+ - wget https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1604-4.4.0-rc0.tgz
11
- mkdir ${PWD}/mongodb
12
- - tar xzf https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1804-4.4.0-rc0.tgz --strip-components=1 -C ${PWD}/mongodb
+ - tar xzf https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1604-4.4.0-rc0.tgz --strip-components=1 -C ${PWD}/mongodb
13
14
before_script:
15
- pip3 install mtools[all]
0 commit comments