Skip to content

Commit ed99365

Browse files
committed
fixing travis yaml
1 parent 7cb50fe commit ed99365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ otp_release: 22.0
77
install:
88
- wget https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1604-4.4.0-rc0.tgz
99
- mkdir ${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
10+
- tar xzf mongodb-linux-x86_64-ubuntu1604-4.4.0-rc0.tgz --strip-components=1 -C ${PWD}/mongodb
1111

1212
before_script:
1313
- pip3 install mtools[all]

0 commit comments

Comments
 (0)