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 7cb50fe commit ed99365Copy full SHA for ed99365
.travis.yml
@@ -7,7 +7,7 @@ otp_release: 22.0
7
install:
8
- wget https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1604-4.4.0-rc0.tgz
9
- 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
+ - tar xzf mongodb-linux-x86_64-ubuntu1604-4.4.0-rc0.tgz --strip-components=1 -C ${PWD}/mongodb
11
12
before_script:
13
- pip3 install mtools[all]
0 commit comments