Skip to content

Commit 5421f7c

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

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
@@ -9,6 +9,7 @@ install:
99
- wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-${MONGODB}.tgz
1010
- mkdir ${PWD}/mongodb
1111
- tar xzf mongodb-linux-x86_64-${MONGODB}.tgz -C ${PWD}/mongodb
12+
- ls ${PWD}/mongodb
1213
- ${PWD}/mongodb/bin/mongod --version
1314

1415
before_script:

0 commit comments

Comments
 (0)