Skip to content

Commit 9ac69e0

Browse files
committed
extracting the mongodb tar archive
1 parent 5421f7c commit 9ac69e0

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
@@ -8,7 +8,7 @@ elixir:
88
install:
99
- wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-${MONGODB}.tgz
1010
- mkdir ${PWD}/mongodb
11-
- tar xzf mongodb-linux-x86_64-${MONGODB}.tgz -C ${PWD}/mongodb
11+
- tar xzf mongodb-linux-x86_64-${MONGODB}.tgz --strip-components=1 -C ${PWD}/mongodb
1212
- ls ${PWD}/mongodb
1313
- ${PWD}/mongodb/bin/mongod --version
1414

0 commit comments

Comments
 (0)