Skip to content

Commit 7cb50fe

Browse files
committed
fixing travis yaml
1 parent 75a2011 commit 7cb50fe

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.travis.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
sudo: required
22
language: elixir
33

4-
elixir:
5-
- '1.10.2'
6-
otp_release:
7-
- '22'
4+
elixir: 1.10.2
5+
otp_release: 22.0
86

97
install:
10-
- wget https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1804-4.4.0-rc0.tgz
8+
- wget https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1604-4.4.0-rc0.tgz
119
- 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
10+
- tar xzf https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1604-4.4.0-rc0.tgz --strip-components=1 -C ${PWD}/mongodb
1311

1412
before_script:
1513
- pip3 install mtools[all]

0 commit comments

Comments
 (0)