Skip to content

Commit 6eb27ea

Browse files
committed
extracting the mongodb tar archive
1 parent c02064b commit 6eb27ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ elixir:
77

88
install:
99
- wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-${MONGODB}.tgz
10+
- mkdir ${PWD}/mongodb
1011
- tar xzf mongodb-linux-x86_64-${MONGODB}.tgz -C ${PWD}/mongodb
1112
- ${PWD}/mongodb/bin/mongod --version
1213

0 commit comments

Comments
 (0)