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 5421f7c commit 9ac69e0Copy full SHA for 9ac69e0
.travis.yml
@@ -8,7 +8,7 @@ elixir:
8
install:
9
- wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-${MONGODB}.tgz
10
- mkdir ${PWD}/mongodb
11
- - tar xzf mongodb-linux-x86_64-${MONGODB}.tgz -C ${PWD}/mongodb
+ - tar xzf mongodb-linux-x86_64-${MONGODB}.tgz --strip-components=1 -C ${PWD}/mongodb
12
- ls ${PWD}/mongodb
13
- ${PWD}/mongodb/bin/mongod --version
14
0 commit comments